forked from mirrors/hugo-tufte
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">
|
||||
<article class="pure-u-1">
|
||||
{{ partial "brand.html" . }}
|
||||
|
@ -33,5 +31,5 @@
|
|||
{{ partial "footer.html" . }}
|
||||
</article>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
{{ end }}
|
Loading…
Reference in a new issue