From 02a701a3ec7602b33190bf359d08003d2fcdbf5c Mon Sep 17 00:00:00 2001 From: KemoNine Date: Sun, 4 Dec 2022 14:57:48 -0500 Subject: [PATCH] fix small bug with theme for notes --- themes/gochowdown/layouts/notes/single.html | 1 - 1 file changed, 1 deletion(-) diff --git a/themes/gochowdown/layouts/notes/single.html b/themes/gochowdown/layouts/notes/single.html index ad1c828..5e913f9 100644 --- a/themes/gochowdown/layouts/notes/single.html +++ b/themes/gochowdown/layouts/notes/single.html @@ -24,7 +24,6 @@ {{end}} - {{ with .Params.Category }}{{ partial "taxonomy/notes" . }}{{ end }} {{ with .Params.Tags }}{{ partial "taxonomy/tags" . }}{{ end }}