mirror of
https://github.com/loikein/hugo-tufte.git
synced 2024-11-16 21:36:56 +01:00
fixed list view
This commit is contained in:
parent
c2651830a6
commit
1bb3a4def4
1 changed files with 3 additions and 5 deletions
|
@ -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 }}
|
Loading…
Reference in a new issue