feat: show commit info in footer

This commit is contained in:
2025-04-10 09:09:20 +02:00
parent 21cd2c05a6
commit 5c149761e3
5 changed files with 26 additions and 4 deletions

View File

@@ -38,5 +38,10 @@
}
}
</script>
<!--!>Footer<-->
<hr/>
{% block footer %}{% endblock %}
</body>
</html>

View File

@@ -12,3 +12,7 @@
<p>Liczba meczów: {{ matches }}</p>
</div>
{% endblock %}
{% block footer %}
{{ commit | safe }}
{% endblock %}