From b5ed20f5f053b955a1ef57aeb56e90bd54c2dcd0 Mon Sep 17 00:00:00 2001 From: Phil Bajsicki Date: Sun, 8 Dec 2024 04:11:57 +0100 Subject: [PATCH] Remove nav from bottom of single posts. --- layouts/_default/single.html | 1 - 1 file changed, 1 deletion(-) diff --git a/layouts/_default/single.html b/layouts/_default/single.html index ef42d4f..681a0e0 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -10,7 +10,6 @@ This template render single pages {{ partial "content.header.html" . }} {{ partial "toc.html" . }}
{{ .Content }}
-
{{ partial "nav.html" . }}
{{ partial "footer.html" . }}
{{ end }}