forked from mirrors/hugo-tufte
nav above copyright?
This commit is contained in:
parent
d8a18e639e
commit
f9ac8f83c4
1 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ This template render single pages
|
|||
{{ partial "content.header.html" . }}
|
||||
{{ partial "toc.html" . }}
|
||||
<section>{{ .Content }}</section>
|
||||
<section>{{ partial "footer.html" . }}</section>
|
||||
<section>{{ partial "nav.html" . }}</section>
|
||||
<section>{{ partial "footer.html" . }}</section>
|
||||
</article>
|
||||
{{ end }}
|
||||
|
|
Loading…
Reference in a new issue