grav-theme-future2021/templates/partials/social.html.twig
2023-07-13 19:34:48 +02:00

6 lines
No EOL
320 B
Twig

{# Set style for media icons - Fontawesome #}
{% set social_style = theme_var('social_style')|defined('brands') %}
{% for item in theme_config.social %}
<li><a href="{{ item.url }}" class="icon {{ social_style }} {{item.icon}}" aria-label="{{item.name}}"><span class="label">{{item.name}}</span></a></li>
{% endfor %}