1
0
Fork 0
yinghong-massage.de/templates/partials/footer.tera.html
2022-10-24 16:35:18 +02:00

17 lines
348 B
HTML

<div class="container-xxl">
<br />
<div class="row">
{% for footer_item in config.extra.footer_items %}
<div class="col-sm">
<a href="{{ footer_item.url }}">
<font color="{{ config.extra.secondary_color}}">
{{ footer_item.name }}
</font>
</a>
</div>
{% endfor %}
</div>
<br />
</div>