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

Webrings list: make webring name the home link

Happens to resolve a styling issue too
This commit is contained in:
Rohan Kumar 2024-04-19 02:39:07 -04:00
parent b9bab0bdff
commit c21aefb5d3
No known key found for this signature in database
GPG key ID: 1E892DB2A5F84479

View file

@ -14,11 +14,8 @@
<ol> <ol>
{{- range $i, $r := $webringData }} {{- range $i, $r := $webringData }}
{{- $webringName := index $r 0 }} {{- $webringName := index $r 0 }}
<li>{{- $webringName -}} <li><a href="{{- index $r 2 -}}">{{- $webringName }} webring home</a>
<ol> <ol>
<li>
<a href="{{- index $r 2 -}}">{{- $webringName }} webring home</a>
</li>
<li> <li>
<a href="{{- index $r 1 -}}" rel="nofollow ugc" referrerpolicy="{{ $refPol }}">Previous {{ $webringName }} site</a> <a href="{{- index $r 1 -}}" rel="nofollow ugc" referrerpolicy="{{ $refPol }}">Previous {{ $webringName }} site</a>
</li> </li>