fixed some shits

This commit is contained in:
2023-11-19 00:56:48 +01:00
parent 7c0a463917
commit 9d0a4d77b3
11 changed files with 19 additions and 358 deletions

View File

@ -56,13 +56,11 @@
{% 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>
<p>&copy; filiprojek.cz 2022 - {{ now() | date(format="%Y")}}</p>
</footer>
<script>
@ -71,4 +69,3 @@
</script>
</body>
</html>