2022-03-15 20:45:21 +00:00
< h2 id = "part-of" > Webrings< / h2 >
2022-03-16 00:17:41 +00:00
< p > This site is part of some < a href = "https://en.wikipedia.org/wiki/Webring" > webrings< / a > :< / p >
2022-03-15 20:45:21 +00:00
2022-03-15 20:48:12 +00:00
<!--
Some webrings require the sending of a "Referer" header,
but my site has two non-canonical mirrors. Don't add those.
-->
{{ $refPol := "no-referrer" }}
{{ if eq site.BaseURL "https://seirdy.one/" }}
{{ $refPol = "strict-origin" }}
{{ end }}
< ul class = "unstyled-list" >
2022-03-15 20:45:21 +00:00
{{ range $i, $r := after 1 (getCSV "," "/csv/webrings.csv") }}
2022-03-15 20:48:12 +00:00
< li >
2022-03-15 20:45:21 +00:00
< p >
2022-04-03 06:54:39 +00:00
< a href = "{{- index $r 1 -}}" rel = "nofollow ugc" referrerpolicy = "{{ $refPol }}" aria-label = "previous site" > ←< / a > ·
2022-03-15 20:45:21 +00:00
< a href = "{{- index $r 2 -}}" > {{- index $r 0 -}}< / a > ·
2022-04-03 06:54:39 +00:00
< a href = "{{- index $r 3 -}}" rel = "nofollow ugc" referrerpolicy = "{{ $refPol }}" aria-label = "next site" > →< / a >
2022-03-15 20:45:21 +00:00
< / p >
2022-03-15 20:48:12 +00:00
< / li >
2022-03-15 20:45:21 +00:00
{{ end }}
2022-03-15 20:48:12 +00:00
< / ul >
< p > If you're part of a webring and would like me to join, just ask. I'll probably accept if joining only requires me to add hyperlinks to this page (no scripts, external content, or images), and if the ring doesn't seem to promote anything I find objectionable.< / p >