Merge pull request #886 from pierotofy/version

Show version on index
This commit is contained in:
Piero Toffanin 2025-12-03 21:02:38 -05:00 committed by GitHub
commit f926f0fe06
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -344,7 +344,7 @@
<div class="container">
<div class="row">
<div class="col l12 s12">
<h5 class="white-text">{{ _h("LibreTranslate") }}</h5>
<h5 class="white-text">{{ _h("LibreTranslate") }} <span style="font-size: 16px">v{{ version }}</span></h5>
<p class="grey-text text-lighten-4">{{ _h("Free and Open Source Machine Translation API") }}</p>
<p>{{ _h("License:") }} <a class="grey-text text-lighten-4" href="https://www.gnu.org/licenses/agpl-3.0.en.html" rel="noopener noreferrer">AGPLv3</a></p>
</div>