show running commit in footer

This commit is contained in:
2025-05-27 16:10:35 +03:00
parent d44c1156b7
commit c79cc5797a
3 changed files with 14 additions and 0 deletions

View File

@ -12,6 +12,10 @@
<body>
<% render("views.common.topnav") -%>
<% content_for("inner") %>
<footer class="darkbg">
<span>Porom commit <a href="<%= "https://git.poto.cafe/yagich/porom/commit/" .. __commit %>"><%= __commit %></a>
</span>
</footer>
<script src="/static/js/copy-code.js"></script>
</body>
</html>