chg: usr: add current version of the app in the footer #14
Deploy to Production / deploy (push) Successful in 3m42s

This commit is contained in:
2026-07-27 19:01:42 +02:00
parent 8d542e683e
commit f451df283c
6 changed files with 33 additions and 4 deletions
+6 -1
View File
@@ -265,7 +265,12 @@
</nav>
</div>
<div class="footer-copy">
<p>&copy; {{ "now"|date("Y") }} MineSeeker &nbsp;&bull;&nbsp; All rights reserved &nbsp;&bull;&nbsp;
<p>&copy; {{ "now"|date("Y") }} MineSeeker
<span class="footer-version" title="MineSeeker version {{ version }}">
<i class="fas fa-code-branch" aria-hidden="true"></i>
<span>v{{ version }}</span>
</span>
&nbsp;&bull;&nbsp; All rights reserved &nbsp;&bull;&nbsp;
<a href="https://www.splendidbear.org">www.splendidbear.org</a>
</p>
</div>