Update footer

Remove duplicate code footer in all pages
Updated the link to the project on github
This commit is contained in:
27chan
2022-12-06 16:55:26 -03:00
parent 7571df84c8
commit cd444a1c1b
11 changed files with 22 additions and 64 deletions

View File

@@ -82,13 +82,8 @@
{{ config.ad.bottom }}
<footer>
<p class="unimportant" style="margin-top:20px;text-align:center;">- Tinyboard +
<a href="https://engine.vichan.net/">vichan</a> {{ config.version }} -
<br>Tinyboard Copyright &copy; 2010-2014 Tinyboard Development Group
<br><a href="https://engine.vichan.net/">vichan</a> Copyright &copy; 2012-2018 vichan-devel</p>
{% for footer in config.footer %}<p class="unimportant" style="text-align:center;">{{ footer }}</p>{% endfor %}
</footer>
{% include 'footer.html' %}
<script type="text/javascript">{% verbatim %}
ready();
{% endverbatim %}</script>