mirror of
https://github.com/pmoreno-rodriguez/grav-theme-future2021.git
synced 2025-07-03 00:28:55 +00:00
3 lines
No EOL
167 B
Twig
3 lines
No EOL
167 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 %} |