1
0
Fork 0
mirror of https://git.sr.ht/~seirdy/seirdy.one synced 2024-09-19 20:02:10 +00:00

Add webring and xhtml club links to homepage.

This commit is contained in:
Rohan Kumar 2022-02-28 03:21:20 -08:00
parent e06c33d2f9
commit 9297f6a9dc
No known key found for this signature in database
GPG key ID: 1E892DB2A5F84479

View file

@ -1,4 +1,19 @@
{{ 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 }}