grav-theme-future2021/templates/partials/social.html.twig
2023-01-20 00:17:01 +01:00

3 lines
No EOL
165 B
Twig

{% for item in theme_config.social %}
<li><a href="{{ item.url }}" class="icon brands {{item.icon}}"><span class="label">{{item.name}}</span></a></li>
{% endfor %}