[templates] Add version and commit to footer

This commit is contained in:
2026-03-11 16:26:51 -04:00
parent 4036e883fd
commit a343e2f3fa
3 changed files with 36 additions and 0 deletions

View File

@ -268,5 +268,9 @@
})()
</script>
<footer class="mt-4 py-2 text-center text-muted border-top">
<small>v{{ app_version }} ({{ git_commit }})</small>
</footer>
</body>
</html>