switch navigation and h1 in template

This commit is contained in:
gutmet 2023-03-05 14:26:23 +01:00
parent 59a11a0882
commit 410e7fc496

View File

@ -36,13 +36,14 @@ const defaultTemplate string = `<!DOCTYPE html>
<script>{{.Script}}</script>
</head>
<body>
<h1>{{if .Blogpost}}{{.Blogname}}: {{end}}{{.Title}}</h1>
<div class="navigation" id="navigation">
<a href="/">home</a>
<a href="/blog/">blog</a>
<a href="/photos/pages/">photos</a>
<a href="javascript:void(0);" class="burger" onclick="retard()"></a>
</div>
<h1>{{if .Blogpost}}{{.Blogname}}: {{end}}{{.Title}}</h1>
{{if .Description}}<h3>{{.Description}}</h3>{{end}}
{{if .Subpages}}