added option to add links to the footer
This commit is contained in:
parent
68533d9983
commit
72fee741e6
4 changed files with 26 additions and 0 deletions
|
|
@ -67,6 +67,17 @@
|
|||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
{% if ADDITIONAL_FOOTER_NAV_ITEMS %}
|
||||
<div class="col-3">
|
||||
<ul class="nav flex-column">
|
||||
{% for item in ADDITIONAL_FOOTER_NAV_ITEMS %}
|
||||
<li class="nav-item">
|
||||
{{item|safe}}
|
||||
</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
</div>
|
||||
{% endif %}
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue