renamed sidebar item links

This commit is contained in:
Leon Mika 2024-03-16 10:16:56 +11:00
parent 78fba7a2b7
commit 9361f0bcf8

View file

@ -2,7 +2,7 @@
<header> <header>
<h1>{{ .title }}</h1> <h1>{{ .title }}</h1>
</header> </header>
<ul class="blogroll"> <ul class="links">
{{ range .links }} {{ range .links }}
<li><a href="{{ .url }}">{{ .name }}</a></li> <li><a href="{{ .url }}">{{ .name }}</a></li>
{{ end }} {{ end }}