Remove nav from bottom of single posts.

This commit is contained in:
Phil Bajsicki 2024-12-08 04:11:57 +01:00
parent f9ac8f83c4
commit b5ed20f5f0

View file

@ -10,7 +10,6 @@ This template render single pages
{{ partial "content.header.html" . }}
{{ partial "toc.html" . }}
<section>{{ .Content }}</section>
<section>{{ partial "nav.html" . }}</section>
<section>{{ partial "footer.html" . }}</section>
</article>
{{ end }}