diff --git a/content/FILES_WILL_BE_THERE b/content/FILES_WILL_BE_THERE deleted file mode 100644 index e69de29..0000000 diff --git a/content/aktuality/_index.md b/content/aktuality/_index.md new file mode 100644 index 0000000..f0c678a --- /dev/null +++ b/content/aktuality/_index.md @@ -0,0 +1,4 @@ ++++ +title = "aktuality" +page_template = "index.html" ++++ diff --git a/content/aktuality/pozvanka_na_ples_24.md b/content/aktuality/pozvanka_na_ples_24.md new file mode 100644 index 0000000..1364e8b --- /dev/null +++ b/content/aktuality/pozvanka_na_ples_24.md @@ -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` diff --git a/content/fotoarchiv.md b/content/fotoarchiv.md new file mode 100644 index 0000000..2daa691 --- /dev/null +++ b/content/fotoarchiv.md @@ -0,0 +1,4 @@ ++++ +title = "Fotoarchiv" +template = "fotoarchiv.html" ++++ diff --git a/content/webarchiv.md b/content/webarchiv.md new file mode 100644 index 0000000..a124d61 --- /dev/null +++ b/content/webarchiv.md @@ -0,0 +1,5 @@ + ++++ +title = "Webarchiv" +template = "webarchiv.html" ++++ diff --git a/templates/fotoarchiv.html b/templates/fotoarchiv.html new file mode 100644 index 0000000..edf6297 --- /dev/null +++ b/templates/fotoarchiv.html @@ -0,0 +1,9 @@ +{% extends "base.html" %} + +{% block content %} + +
+ +

fotoarchiv

+
+{% endblock content %} diff --git a/templates/index.html b/templates/index.html index e35dc44..40da615 100644 --- a/templates/index.html +++ b/templates/index.html @@ -3,7 +3,10 @@ {% block content %}
- home +

home

+
+

Aktuality

+
{% endblock content %} diff --git a/templates/webarchiv.html b/templates/webarchiv.html new file mode 100644 index 0000000..61eaee9 --- /dev/null +++ b/templates/webarchiv.html @@ -0,0 +1,8 @@ +{% extends "base.html" %} + +{% block content %} + +
+

webarchiv

+
+{% endblock content %}