leftypol_vichan/templates/footer.html

7 lines
373 B
HTML

<footer>
<p class="unimportant" style="margin-top:20px;text-align:center;">- Tinyboard +
<a href="https://github.com/vichan-devel/vichan/">vichan</a> +
<a href="https://git.leftypol.org/leftypol/">leftypol</a> {{ config.version }} -</p>
{% for footer in config.footer %}<p class="unimportant" style="text-align:center;">{{ footer }}</p>{% endfor %}
</footer>