mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-10 00:12:09 +00:00
Webrings list: make webring name the home link
Happens to resolve a styling issue too
This commit is contained in:
parent
b9bab0bdff
commit
c21aefb5d3
1 changed files with 1 additions and 4 deletions
|
@ -14,11 +14,8 @@
|
|||
<ol>
|
||||
{{- range $i, $r := $webringData }}
|
||||
{{- $webringName := index $r 0 }}
|
||||
<li>{{- $webringName -}}
|
||||
<li><a href="{{- index $r 2 -}}">{{- $webringName }} webring home</a>
|
||||
<ol>
|
||||
<li>
|
||||
<a href="{{- index $r 2 -}}">{{- $webringName }} webring home</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="{{- index $r 1 -}}" rel="nofollow ugc" referrerpolicy="{{ $refPol }}">Previous {{ $webringName }} site</a>
|
||||
</li>
|
||||
|
|
Loading…
Reference in a new issue