From a6a5ac852ee20d76170c0fc238d8622248724d3d Mon Sep 17 00:00:00 2001 From: Filip Rojek Date: Tue, 19 Sep 2023 19:41:19 +0200 Subject: [PATCH] added menu items --- config.toml | 4 +++- templates/index.html | 4 ++++ 2 files changed, 7 insertions(+), 1 deletion(-) 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 %}