fixed list view

This commit is contained in:
slashformotion 2021-07-25 10:04:57 +02:00
parent c2651830a6
commit 1bb3a4def4

View file

@ -1,7 +1,5 @@
{{ define "main" }}
{{ partial "header.html" . }}
<body>
<div id="layout" class="pure-g"> <div id="layout" class="pure-g">
<article class="pure-u-1"> <article class="pure-u-1">
{{ partial "brand.html" . }} {{ partial "brand.html" . }}
@ -33,5 +31,5 @@
{{ partial "footer.html" . }} {{ partial "footer.html" . }}
</article> </article>
</div> </div>
</body>
</html> {{ end }}