tweak configuration schema
1 file changed, 2 insertions(+), 2 deletions(-)
changed files
M templates/layout.templ → templates/layout.templ
@@ -9,7 +9,7 @@ ) type SiteSettings struct { Title string - DefaultLanguage string + Language string Menu []config.MenuItem InjectLiveReload bool }@@ -40,7 +40,7 @@ } templ Layout(site SiteSettings, page PageSettings) { <!DOCTYPE html> - <html lang={ site.DefaultLanguage }> + <html lang={ site.Language }> <head> <meta charset="utf-8"/> <meta name="viewport" content="width=device-width, initial-scale=1.0"/>