feat: added version to homepage

This commit is contained in:
frosty
2026-04-03 15:15:41 -04:00
parent c9709029ca
commit db02c4cc80
5 changed files with 28 additions and 2 deletions

View File

@@ -39,6 +39,9 @@
</div>
</div>
<a href="/settings" class="home-settings-btn" title="{{l("settings_tab")}}"></a>
<footer class="home-footer">
<span class="version">{{version}}</span>
</footer>
</body>
</html>