Some template fix

This commit is contained in:
Fundor333
2025-04-15 23:42:52 +02:00
parent 7437fda25f
commit 863f9e9c2c
13 changed files with 14 additions and 12 deletions

View File

@@ -7,7 +7,8 @@
<h2>{{ .name }}</h2>
<ul>
{{- range .rows }}
<li><a href='{{.url}}'>{{.name}}</a> (<a href='{{.feed_url}}'>feed</a>)</li>
<li><a href='{{.url}}'>{{.name}}</a> {{ with .feed_url }} (<a href='{{ . }}'>feed</a>)</li> {{ end }}
{{ end}}
</ul>
{{ end }}