Fix duplicate title on index page, update hook

This commit is contained in:
Vigilio Desto 2026-04-10 17:25:18 +02:00
parent 880a17f33a
commit 4a7700c74f
Signed by: vigilio
GPG key ID: 159D6AD58C8E55E9

View file

@ -1,3 +1,5 @@
{{ define "title" }}{{ .Site.Title }}{{ end }}
{{ define "main" }}
<nav>
<ul><li><a href="/"><strong>{{ .Site.Title }}</strong></a></li></ul>