fix 404.html is not reworked #8

This commit is contained in:
slashformotion 2021-08-01 11:52:39 +02:00
parent b8dd6d0591
commit 92cf44c208

View file

@ -1,7 +1,13 @@
{{ partial "header.html" . }} {{ define "main" }}
<section id="main"> truc
<div> <div id="layout" class="pure-g">
<h1 id="title">{{ .Title }}</h1> <article class="pure-u-1">
{{ partial "brand.html" . }}
<section><h1 id="title">{{ .Title }}</h1></section>
<section>
{{ partial "footer.html" . }}
</section>
</article>
</div> </div>
</section> {{ end }}
{{ partial "footer.html" . }}