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 = {
|
I18N_SUBSITES = {
|
||||||
(_LOC := 'en'): {
|
(_LOC := 'en'): {
|
||||||
'SITENAME': 'schmittlauch',
|
|
||||||
'OG_LOCALE': "en",
|
'OG_LOCALE': "en",
|
||||||
'LOCALE': ("en_GB", "en_GB.utf8"),
|
'LOCALE': ("en_GB", "en_GB.utf8"),
|
||||||
|
|
||||||
# translation of strings, menu, titles
|
# translation of strings, menu, titles
|
||||||
'SITETITLE': 'Tech, Politics & Life',
|
'SITENAME': "Schmittlauch's Blog & Homepage",
|
||||||
|
'SITESUBTITLE': 'Tech, Politics & Life',
|
||||||
'MENUITEMS': (
|
'MENUITEMS': (
|
||||||
("Blog", f"{_LOC}/blog/"),
|
("Blog", f"{_LOC}/blog/"),
|
||||||
("Archives", f"{_LOC}/archives.html"),
|
("Archives", f"{_LOC}/archives.html"),
|
||||||
|
|
Loading…
Reference in a new issue