added menu items
This commit is contained in:
parent
2edec3dccd
commit
a6a5ac852e
@ -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"},
|
||||
]
|
||||
|
||||
|
@ -2,5 +2,9 @@
|
||||
|
||||
{% block content %}
|
||||
|
||||
<section class="content">
|
||||
<b>home</b>
|
||||
</section>
|
||||
|
||||
{% endblock content %}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user