mirror of
https://github.com/r4sas/py-i2phosts
synced 2025-01-22 12:34:17 +00:00
templates/base.html: add block "footer-addon" inside footer
This commit is contained in:
parent
a3bf7c9f5c
commit
5ead4d4e78
@ -26,7 +26,11 @@
|
||||
|
||||
{% block footer %}
|
||||
<hr>
|
||||
<center>Powered-by: <a href=http://py-i2phosts.i2p/>py-i2phosts</a></center>
|
||||
<div class="footer">
|
||||
{% block footer-addon %}
|
||||
{% endblock %}
|
||||
powered-by: <a href=http://py-i2phosts.i2p/>py-i2phosts</a>
|
||||
</div>
|
||||
{% endblock %}
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
x
Reference in New Issue
Block a user