fix static template
This commit is contained in:
parent
29e8cd0422
commit
6a45a7bd91
|
@ -0,0 +1,2 @@
|
||||||
|
shitty-ssg
|
||||||
|
|
|
@ -4,6 +4,6 @@
|
||||||
<body>
|
<body>
|
||||||
{{- template "menu" -}}
|
{{- template "menu" -}}
|
||||||
<main>
|
<main>
|
||||||
{{- .MainHTML -}}
|
{{- .Main -}}
|
||||||
</main>
|
</main>
|
||||||
</body>
|
</body>
|
||||||
|
|
Loading…
Reference in New Issue