mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-13 01:02:10 +00:00
12 lines
380 B
HTML
12 lines
380 B
HTML
|
<h2 id="part-of">Webrings</h2>
|
||
|
|
||
|
<p>This site is part of some <a href="https://en.wikipedia.org/wiki/Webring">webrings</a>:</p>
|
||
|
|
||
|
{{ range $i, $r := after 1 (getCSV "," "/csv/webrings.csv") }}
|
||
|
<p>
|
||
|
<a href="{{- index $r 1 -}}" rel="nofollow ugc">←</a> ·
|
||
|
<a href="{{- index $r 2 -}}">{{- index $r 0 -}}</a> ·
|
||
|
<a href="{{- index $r 3 -}}" rel="nofollow ugc">→</a>
|
||
|
</p>
|
||
|
{{ end }}
|