page: professional expertise and CV in English
This commit is contained in:
parent
42bb1d6b1b
commit
5c92acf237
4 changed files with 111 additions and 0 deletions
|
|
@ -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/'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue