add commit to bottom nav

This commit is contained in:
2025-06-30 22:34:19 +03:00
parent c22aa1036f
commit a12fd0a904
2 changed files with 5 additions and 1 deletions

View File

@ -21,7 +21,7 @@
{% endwith %}
{% block content %}{% endblock %}
<footer class="darkbg">
<span>Pyrom commit</span>
<span>Pyrom commit <a href="{{ "https://git.poto.cafe/yagich/porom/commit/" + __commit }}">{{ __commit[:8] }}</a></span>
</footer>
<script src="/static/js/copy-code.js"></script>
<script src="/static/js/ui.js"></script>