diff options
| author | frosty <gabriel@bwaaa.monster> | 2026-04-03 15:15:41 -0400 |
|---|---|---|
| committer | frosty <gabriel@bwaaa.monster> | 2026-04-03 15:15:41 -0400 |
| commit | db02c4cc8028606fa57fd50424491008990ef6fd (patch) | |
| tree | 17e13470275f9391fc38c5504cf994f346136f79 /templates/home.html | |
| parent | c9709029ca37ce27ea2d395b07ebb535c4bc421f (diff) | |
| download | omnisearch-db02c4cc8028606fa57fd50424491008990ef6fd.tar.gz | |
feat: added version to homepage
Diffstat (limited to 'templates/home.html')
| -rw-r--r-- | templates/home.html | 3 |
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> |
