add footer to page.html

This commit is contained in:
8chan Admin 2014-04-05 16:25:39 +00:00
parent 619f3e804d
commit 84e165344f

View File

@ -20,7 +20,7 @@
<hr>
<footer>
<p class="unimportant" style="margin-top:20px;text-align:center;">Powered by <a href="http://tinyboard.org/">Tinyboard</a> {{ config.version }} | <a href="http://tinyboard.org/">Tinyboard</a> Copyright &copy; 2010-2013 Tinyboard Development Group</p>
<p class="unimportant" style="margin-top:20px;text-align:center;">The posts on this website are the property of their respective owners and are not the responsibility of the administrator of 8chan.co.</p>
{% for footer in config.footer %}<p class="unimportant" style="text-align:center;">{{ footer }}</p>{% endfor %}
</footer>
</body>
</html>