Add the rest of missing pages

This commit is contained in:
Emil Miler 2024-01-10 01:03:25 +01:00
parent e49f2fa39e
commit 1c2de317ef
9 changed files with 27 additions and 1 deletions

View File

@ -15,6 +15,7 @@ external_links_no_referrer = true
nav = [ nav = [
{title = "Informace", path = "/informace/"}, {title = "Informace", path = "/informace/"},
{title = "Personál", path = "/personal/"}, {title = "Personál", path = "/personal/"},
{title = "Galerie", path = "/galerie/"},
{title = "Kontakt", path = "/kontakt/"}, {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
View File

@ -0,0 +1,2 @@
+++
+++

View File

@ -0,0 +1,2 @@
+++
+++

View File

@ -0,0 +1,2 @@
+++
+++

2
content/kontakt.md Normal file
View File

@ -0,0 +1,2 @@
+++
+++

View File

@ -0,0 +1,5 @@
+++
title = "Personál"
template = "personnel.html"
page_template = "page.html"
+++

View File

@ -0,0 +1,5 @@
+++
[extra]
name = "Kamil Koza"
role = "Oddílák, Hokr"
+++

View File

@ -0,0 +1,2 @@
+++
+++

5
templates/section.html Normal file
View File

@ -0,0 +1,5 @@
{% extends "base.html" %}
{% block content %}
{{ section.content | safe }}
{% endblock %}