page: professional expertise and CV in English

This commit is contained in:
Trolli Schmittlauch 2022-03-04 01:01:18 +01:00
parent 42bb1d6b1b
commit 5c92acf237
4 changed files with 111 additions and 0 deletions

View file

@ -41,6 +41,7 @@ MENUITEMS = (
("Categories", "/categories.html"),
("Tags", "/tags.html"),
("Impressum", "/pages/impressum.html"),
("Seitenquelltext", "https://git.orlives.de/schmittlauch/schmittlau.ch-pelican/"),
)
# lefthand menu
LINKS = (('Blog', '/blog/'),
@ -103,6 +104,7 @@ I18N_SUBSITES = {
("Categories", f"/{_LOC}/categories.html"),
("Tags", f"/{_LOC}/tags.html"),
("Legal", f"/{_LOC}/pages/impressum.html"),
("Page Source", "https://git.orlives.de/schmittlauch/schmittlau.ch-pelican/"),
),
'LINKS': (
('Blog', f'/{_LOC}/blog/'),