15 lines
690 B
Text
15 lines
690 B
Text
<div class="footer-flex">
|
|
<div class="footer-left">
|
|
{% if not dont_show_lang_in_footer %}
|
|
{% include "lang_available.njk" %}
|
|
{% endif %}
|
|
</div>
|
|
<div class="footer-middle">
|
|
{# TODO: find a good silly footer peeker
|
|
<div class="nekojiru-angel"></div>
|
|
#}
|
|
</div>
|
|
<div class="footer-right">
|
|
<p>{% for button in 88x31.buttons.misc.slice(0, 3) %}<img src="/img/buttons/{{ button.image }}.gif" alt="{{ button.alt }}" {% if button.author %}title="{{ "button-author" | i18n }} {{ button.author }}"{% endif %}>{% endfor %}<br>est. 2025 | yuki © <a href="/LICENSE.txt">{{ "license" | i18n }}</a></p>
|
|
</div>
|
|
</div>
|