From e58c682a430d744a05a561725d766b4a130e1369 Mon Sep 17 00:00:00 2001 From: Achim Rohn Date: Mon, 11 Aug 2025 23:48:26 +0200 Subject: [PATCH] More I18nText adaptions --- page.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/page.go b/page.go index 5add093..90a2ef7 100644 --- a/page.go +++ b/page.go @@ -20,9 +20,9 @@ type WebsiteMetaData struct { type PageWebsiteMetaData struct { AppTitle string - Title string + Title I18nText Lang Language - Description string + Description I18nText NavItems []ActivePath ScriptSrcs []string StyleSrcs []string