Update menu look'n'feel

This commit is contained in:
2024-06-16 19:17:10 +02:00
parent 37aac32a4b
commit 29bcbde583
12 changed files with 27 additions and 97 deletions

View File

@@ -1,6 +1,5 @@
{{ define "main" }}
<h1>{{ .Title }}</h1>
{{ partial "metadata.html" . }}
<br><br>
<h2>{{ .Title }}</h2>
{{ .Content }}
<br /><br />
{{ end }}