sohw "running in docker" in the footer

This commit is contained in:
alexveebee 2025-04-23 16:01:19 +00:00
parent ffb8759fb1
commit 8360bf0ca7

View File

@ -1,6 +1,10 @@
<footer>
<p class="unimportant" style="margin-top:20px;text-align:center;">- Tinyboard +
<a href="https://github.com/vichan-devel/vichan">vichan</a> {{ config.version }} -
<a href="https://github.com/vichan-devel/vichan">vichan</a> {{ config.version }}
{% if config.is_docker %}
Running in Docker
{% endif %}
-
<br>Tinyboard Copyright &copy; 2010-2014 Tinyboard Development Group
<br><a href="https://github.com/vichan-devel/vichan">vichan</a> Copyright &copy; 2012-2025 vichan-devel</p>
{% for footer in config.footer %}<p class="unimportant" style="text-align:center;">{{ footer }}</p>{% endfor %}