1 files changed,
1 insertions(+),
1 deletions(-)
Author:
Oleksandr Smirnov
olexsmir@gmail.com
Committed at:
2026-02-10 19:38:01 +0200
Change ID:
rrmlykmtmuzvtttvqxtmyzoqmtxtlknl
Parent:
3128bfd
M
web/templates/index.html
@@ -8,7 +8,7 @@ </head>
<body> <header> <h1>{{ .meta.Title }}</h1> - <h2>{{ .meta.Description }}</h2> + {{ if .meta.Description }}<h2>{{ .meta.Description }}</h2>{{ end }} </header> <main> <table class="table index">