2022-12-06 20:55:26 +01:00
|
|
|
<footer>
|
|
|
|
<p class="unimportant" style="margin-top:20px;text-align:center;">- Tinyboard +
|
|
|
|
<a href="https://github.com/vichan-devel/vichan">vichan</a> {{ config.version }} -
|
|
|
|
<br>Tinyboard Copyright © 2010-2014 Tinyboard Development Group
|
2024-01-14 14:25:45 +01:00
|
|
|
<br><a href="https://github.com/vichan-devel/vichan">vichan</a> Copyright © 2012-2024 vichan-devel</p>
|
2022-12-06 20:55:26 +01:00
|
|
|
{% for footer in config.footer %}<p class="unimportant" style="text-align:center;">{{ footer }}</p>{% endfor %}
|
2023-04-12 22:51:29 +02:00
|
|
|
</footer>
|