From e54600d60fa531b50bfca85c4531ec71cf8ca0a9 Mon Sep 17 00:00:00 2001 From: Achim Rohn Date: Fri, 22 Aug 2025 12:19:58 +0200 Subject: [PATCH] Add imprint to the new footer menu --- page.go | 1 + 1 file changed, 1 insertion(+) diff --git a/page.go b/page.go index 90a2ef7..3397d1a 100644 --- a/page.go +++ b/page.go @@ -24,6 +24,7 @@ type PageWebsiteMetaData struct { Lang Language Description I18nText NavItems []ActivePath + FooterNavItems []ActivePath ScriptSrcs []string StyleSrcs []string ActiveNavPath string