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