mirror of
https://github.com/pmoreno-rodriguez/grav-theme-future2021.git
synced 2025-06-07 20:08:54 +00:00
6 lines
No EOL
320 B
Twig
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 %} |