diff --git a/config.toml b/config.toml index 89dc152..c912e8e 100644 --- a/config.toml +++ b/config.toml @@ -22,3 +22,12 @@ taxonomies = [ [extra] # Put all your custom variables here +menu = [ + {name="Polévky", path="/kategorie/polevky/"}, + {name="Maso", path="/kategorie/maso/"}, + {name="Těstoviny & Rýže", path="/kategorie/testoviny-a-ryze/"}, + {name="Zelenina", path="/kategorie/zelenina/"}, + {name="Přílohy", path="/kategorie/prilohy/"}, + {name="Dezerty", path="/kategorie/dezerty/"}, + {name="Nápoje", path="/kategorie/napoje/"}, +] diff --git a/templates/index.html b/templates/index.html index 353a8fa..2c57971 100644 --- a/templates/index.html +++ b/templates/index.html @@ -18,14 +18,9 @@