update no idea i need to checkout
This commit is contained in:
parent
a6a5ac852e
commit
d44a7bf56c
4
content/aktuality/_index.md
Normal file
4
content/aktuality/_index.md
Normal file
@ -0,0 +1,4 @@
|
||||
+++
|
||||
title = "aktuality"
|
||||
page_template = "index.html"
|
||||
+++
|
9
content/aktuality/pozvanka_na_ples_24.md
Normal file
9
content/aktuality/pozvanka_na_ples_24.md
Normal file
@ -0,0 +1,9 @@
|
||||
+++
|
||||
title = "Pozvanka na PKM Ples 2024"
|
||||
date = 2023-09-19
|
||||
+++
|
||||
|
||||
- Srdecne Vas zveme na dalsi rocnik oblibeneho __PKM PARTY PLESu__
|
||||
- Letosni rocnik se bude konat opet ve --Strelnici v Turnove--
|
||||
- Pozvete vase __pratele__ a dorazte 24. 2. 2024 na nas ples!
|
||||
- Jiz tradicne zahraje kapela `BIG BAND ZUS TURNOV`
|
4
content/fotoarchiv.md
Normal file
4
content/fotoarchiv.md
Normal file
@ -0,0 +1,4 @@
|
||||
+++
|
||||
title = "Fotoarchiv"
|
||||
template = "fotoarchiv.html"
|
||||
+++
|
5
content/webarchiv.md
Normal file
5
content/webarchiv.md
Normal file
@ -0,0 +1,5 @@
|
||||
|
||||
+++
|
||||
title = "Webarchiv"
|
||||
template = "webarchiv.html"
|
||||
+++
|
9
templates/fotoarchiv.html
Normal file
9
templates/fotoarchiv.html
Normal file
@ -0,0 +1,9 @@
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block content %}
|
||||
|
||||
<section class="content">
|
||||
|
||||
<h1>fotoarchiv</h1>
|
||||
</section>
|
||||
{% endblock content %}
|
@ -3,7 +3,10 @@
|
||||
{% block content %}
|
||||
|
||||
<section class="content">
|
||||
<b>home</b>
|
||||
<h1>home</h1>
|
||||
<section class="aktuality">
|
||||
<h2>Aktuality</h2>
|
||||
</section>
|
||||
</section>
|
||||
|
||||
{% endblock content %}
|
||||
|
8
templates/webarchiv.html
Normal file
8
templates/webarchiv.html
Normal file
@ -0,0 +1,8 @@
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block content %}
|
||||
|
||||
<section class="content">
|
||||
<h1>webarchiv</h1>
|
||||
</section>
|
||||
{% endblock content %}
|
Loading…
Reference in New Issue
Block a user