mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-10 00:12:09 +00:00
Add webring and xhtml club links to homepage.
This commit is contained in:
parent
e06c33d2f9
commit
9297f6a9dc
1 changed files with 15 additions and 0 deletions
|
@ -1,4 +1,19 @@
|
||||||
{{ define "main" }}
|
{{ define "main" }}
|
||||||
{{ .Content }}
|
{{ .Content }}
|
||||||
{{- partial "posts.html" . -}}
|
{{- 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 }}
|
{{ end }}
|
||||||
|
|
Loading…
Reference in a new issue