Merge pull request #4 from AlexVeeBee/master

Quick PR: change text to Running Containerized
This commit is contained in:
Alex 2025-04-23 21:12:13 +00:00 committed by GitHub
commit 21d573809b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,9 +1,7 @@
<footer> <footer>
<p class="unimportant" style="margin-top:20px;text-align:center;">- Tinyboard + <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 %} {% if config.is_container %}Running Containerized{% endif %}
Running in Docker
{% endif %}
- -
<br>Tinyboard Copyright &copy; 2010-2014 Tinyboard Development Group <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> <br><a href="https://github.com/vichan-devel/vichan">vichan</a> Copyright &copy; 2012-2025 vichan-devel</p>