fixed link typo

Signed-off-by: Avelino <avelinorun@gmail.com>
This commit is contained in:
Avelino 2021-12-25 11:49:45 -03:00
parent 76a03b6a7f
commit bd32c79115
No known key found for this signature in database
GPG Key ID: B345B4D52E98180A

2
tmpl/cat-tmpl.html vendored
View File

@ -62,7 +62,7 @@
<ul>
{{range .Items}}
<li><a href="/{{.Url}}" alt="Go to {{.Title}} link" title="Go to {{.Title}} link">{{.Description}}</a></li>
<li><a href="{{.Url}}" alt="Go to {{.Title}} link" title="Go to {{.Title}} link">{{.Description}}</a></li>
{{end}}
</ul>