Misc stuff, about page works

This commit is contained in:
2020-07-14 18:51:03 +01:00
parent 7656d39010
commit 376897b7c0
441 changed files with 158 additions and 319 deletions

View File

@@ -0,0 +1,17 @@
<!DOCTYPE html>
<html lang="en-GB">
{{ partial "head.html" . }}
<body>
<div class="container">
<header>
<h3>{{ .Title }}</h3>
</header>
<main aria-label="Content">
<article>
{{.Content}}
</article>
</main>
{{ partial "footer.html" . }}
</div>
</body>
</html>