10 lines
338 B
HTML
10 lines
338 B
HTML
<footer>
|
|
<p class="footer">
|
|
Whoogle Search v{{ version_number }} ||
|
|
<a class="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>
|