diff --git a/config.toml b/config.toml index d7ea4ac..a9ca9c0 100644 --- a/config.toml +++ b/config.toml @@ -15,6 +15,8 @@ smart_punctuation = true [extra] git = "https://github.com/fofrweb/com_pkmples.cz" nav_items = [ - {name="Home", path="/"}, + {name="Domů", path="/"}, + {name="Fotoarchiv", path="/fotoarchiv"}, + {name="Webarchiv", path="/webarchiv"}, ] diff --git a/templates/index.html b/templates/index.html index 36b797b..e35dc44 100644 --- a/templates/index.html +++ b/templates/index.html @@ -2,5 +2,9 @@ {% block content %} +
+ home +
+ {% endblock content %}