From e6f3a77b10c33a304252dfdc9351fc6f8fd9d655 Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Sat, 1 Mar 2025 10:45:58 -0500 Subject: [PATCH] hide footer --- hugo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hugo.toml b/hugo.toml index fa76a7c..162a25b 100644 --- a/hugo.toml +++ b/hugo.toml @@ -7,3 +7,7 @@ contentDir = "content" [module] [[module.imports]] path = "github.com/ystepanoff/hugo-neko" + +[params] +# hides the copyright footer thing +hideFooter = true