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