fix site name and title typos

This commit is contained in:
Trolli Schmittlauch 2022-03-01 02:16:32 +01:00
parent b64e5a3bc9
commit 5d44c02e3d

View file

@ -76,12 +76,12 @@ I18N_TEMPLATES_LANG = "en"
I18N_SUBSITES = {
(_LOC := 'en'): {
'SITENAME': 'schmittlauch',
'OG_LOCALE': "en",
'LOCALE': ("en_GB", "en_GB.utf8"),
# translation of strings, menu, titles
'SITETITLE': 'Tech, Politics & Life',
'SITENAME': "Schmittlauch's Blog & Homepage",
'SITESUBTITLE': 'Tech, Politics & Life',
'MENUITEMS': (
("Blog", f"{_LOC}/blog/"),
("Archives", f"{_LOC}/archives.html"),