fix site name and title typos
This commit is contained in:
parent
b64e5a3bc9
commit
5d44c02e3d
|
@ -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"),
|
||||
|
|
Loading…
Reference in a new issue