2022-10-24 14:35:18 +00:00
|
|
|
<div class="container-xxl">
|
2022-10-24 23:11:48 +00:00
|
|
|
<br />
|
2022-10-24 14:35:18 +00:00
|
|
|
|
2022-10-24 23:11:48 +00:00
|
|
|
<div class="row">
|
|
|
|
{% for footer_item in config.extra.footer_items %}
|
|
|
|
<div class="col-sm p-1">
|
|
|
|
<a href="{{ footer_item.url }}" style="text-decoration: none;">
|
|
|
|
<span class="underline-on-hover" style="color: {{ config.extra.secondary_color}};">
|
|
|
|
{{ footer_item.name }}
|
|
|
|
</span>
|
|
|
|
</a>
|
|
|
|
</div>
|
|
|
|
{% endfor %}
|
2022-10-24 14:35:18 +00:00
|
|
|
</div>
|
|
|
|
|
2022-10-24 23:11:48 +00:00
|
|
|
<br />
|
2022-10-24 14:35:18 +00:00
|
|
|
</div>
|