fix static template

This commit is contained in:
Erik Winter 2020-12-04 17:04:50 +01:00
parent 29e8cd0422
commit 6a45a7bd91
2 changed files with 3 additions and 1 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
shitty-ssg

View File

@ -4,6 +4,6 @@
<body> <body>
{{- template "menu" -}} {{- template "menu" -}}
<main> <main>
{{- .MainHTML -}} {{- .Main -}}
</main> </main>
</body> </body>