aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorfrosty <gabriel@bwaaa.monster>2026-04-03 15:15:41 -0400
committerfrosty <gabriel@bwaaa.monster>2026-04-03 15:15:41 -0400
commitdb02c4cc8028606fa57fd50424491008990ef6fd (patch)
tree17e13470275f9391fc38c5504cf994f346136f79 /templates
parentc9709029ca37ce27ea2d395b07ebb535c4bc421f (diff)
downloadomnisearch-db02c4cc8028606fa57fd50424491008990ef6fd.tar.gz
feat: added version to homepage
Diffstat (limited to 'templates')
-rw-r--r--templates/home.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/home.html b/templates/home.html
index 9921ac4..0aef27b 100644
--- a/templates/home.html
+++ b/templates/home.html
@@ -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>