mirror of
https://github.com/allaunthefox/Research-Stack.git
synced 2026-08-09 06:35:46 +00:00
12 lines
544 B
HTML
12 lines
544 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 has_update %}
|
|
|| <span class="update_available">Update Available 🟢</span>
|
|
{% endif %}
|
|
{% if config.show_user_agent and used_user_agent %}
|
|
<br><span class="user-agent-display" style="font-size: 0.85em; color: #666;">User Agent: {{ used_user_agent }}</span>
|
|
{% endif %}
|
|
</p>
|
|
</footer>
|