some updates almost ready for v1

This commit is contained in:
2023-09-20 17:03:40 +02:00
parent 35d081abc4
commit 7c0a463917
18 changed files with 124 additions and 168 deletions

View File

@ -24,7 +24,7 @@
<link rel="stylesheet" href="/style.css">
<link rel="stylesheet" href="/home.css">
{% block styles %}
{% endblock stles %}
{% endblock styles %}
</head>
<body>
<header>
@ -56,10 +56,12 @@
{% endblock content %}
</main>
<footer>
<!--
<p>Build time: {{ now() | date(format="%Y-%m-%d %H:%M") }},
{% if config.extra.git %}
<a href="{{ config.extra.git }}">Source</a>
{% endif %}</p>
-->
<p>(c) filiprojek.cz 2022 - {{ now() | date(format="%Y")}}</p>
</footer>