whoogle-search/app/templates/footer.html
2022-03-21 13:37:48 +03:00

10 lines
361 B
HTML

<footer>
<p class="footer" style="color:red;">
<!-- Whoogle Search v{{ version_number }} ||
<a class="link" href="https://github.com/benbusby/whoogle-search">{{ translation['github-link'] }}</a>
{% if has_update %}
|| <span class="update_available">Update Available 🟢</span>
{% endif %} -->
</p>
</footer>