This checks the latest released version of Whoogle against the current app version, and shows an "update available" message if the current version num < latest release num. Closes #305
9 lines
337 B
HTML
9 lines
337 B
HTML
<footer>
|
|
<p class="footer">
|
|
Whoogle Search v{{ version_number }} ||
|
|
<a id="gh-link" href="https://github.com/benbusby/whoogle-search">{{ translation['github-link'] }}</a>
|
|
{% if newest_version %}
|
|
|| <span class="update_available">Update Available 🟢</span>
|
|
{% endif %}
|
|
</p>
|
|
</footer> |