Add the rest of missing pages
This commit is contained in:
parent
e49f2fa39e
commit
1c2de317ef
@ -15,6 +15,7 @@ external_links_no_referrer = true
|
||||
nav = [
|
||||
{title = "Informace", path = "/informace/"},
|
||||
{title = "Personál", path = "/personal/"},
|
||||
{title = "Galerie", path = "/galerie/"},
|
||||
{title = "Kontakt", path = "/kontakt/"},
|
||||
{title = "Přihlášky", path = "https://prihlasky.kocandaci.cz", external = true}
|
||||
{title = "Přihlášky", path = "https://is.kocandaci.cz", external = true}
|
||||
]
|
||||
|
2
content/_index.md
Normal file
2
content/_index.md
Normal file
@ -0,0 +1,2 @@
|
||||
+++
|
||||
+++
|
2
content/galerie/_index.md
Normal file
2
content/galerie/_index.md
Normal file
@ -0,0 +1,2 @@
|
||||
+++
|
||||
+++
|
2
content/informace/_index.md
Normal file
2
content/informace/_index.md
Normal file
@ -0,0 +1,2 @@
|
||||
+++
|
||||
+++
|
2
content/kontakt.md
Normal file
2
content/kontakt.md
Normal file
@ -0,0 +1,2 @@
|
||||
+++
|
||||
+++
|
5
content/personal/_index.md
Normal file
5
content/personal/_index.md
Normal file
@ -0,0 +1,5 @@
|
||||
+++
|
||||
title = "Personál"
|
||||
template = "personnel.html"
|
||||
page_template = "page.html"
|
||||
+++
|
5
content/personal/kamil-koza/index.md
Normal file
5
content/personal/kamil-koza/index.md
Normal file
@ -0,0 +1,5 @@
|
||||
+++
|
||||
[extra]
|
||||
name = "Kamil Koza"
|
||||
role = "Oddílák, Hokr"
|
||||
+++
|
2
content/prispevky/_index.md
Normal file
2
content/prispevky/_index.md
Normal file
@ -0,0 +1,2 @@
|
||||
+++
|
||||
+++
|
5
templates/section.html
Normal file
5
templates/section.html
Normal file
@ -0,0 +1,5 @@
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block content %}
|
||||
{{ section.content | safe }}
|
||||
{% endblock %}
|
Loading…
Reference in New Issue
Block a user