all repos — homestead @ 7daa101d37a2c25aaab8c8e7ffe82658669afb4d

Code for my website

tweak configuration schema

Alan Pearce
commit

7daa101d37a2c25aaab8c8e7ffe82658669afb4d

parent

e4e8173ab6124daa84ef012e73c111f111d4a8cf

1 file changed, 2 insertions(+), 2 deletions(-)

changed files
M templates/layout.templtemplates/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"/>