1
0
Fork 0
mirror of https://git.sr.ht/~seirdy/seirdy.one synced 2024-09-19 20:02:10 +00:00
seirdy.one/layouts/index.html
2022-02-28 03:21:20 -08:00

19 lines
544 B
HTML

{{ define "main" }}
{{ .Content }}
{{- partial "posts.html" . -}}
<h2 id="part-of">Part of</h2>
<p>This site is part of some online collections and communities:</p>
<ul>
<li>
<a href="https://xn--sr8hvo.ws/">An IndieWeb Webring 🕸💍</a>
(<a href="https://xn--sr8hvo.ws/%F0%9F%98%A9%F0%9F%9A%A3%F0%9F%8D%91/previous" rel="nofollow ugc">prev</a>, <a href="https://xn--sr8hvo.ws/%F0%9F%98%A9%F0%9F%9A%A3%F0%9F%8D%91/next" rel="nofollow ugc">next</a>)
</li>
<li>
<a href="https://xhtml.club/">XHTML Club</a>
</li>
</ul>
{{ end }}