mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-23 12:52:10 +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>
|
<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>
|
||||||
|
|
Loading…
Reference in a new issue