ZTL_Website_Ideas/_includes/social.html
2025-09-12 16:54:28 +02:00

5 lines
221 B
HTML

<div class="social">
{% for item in site.data.social %}
<a href="{{ item.link }}" target="blank"><img src="{{ item.image | relative_url }}" title="{{ item.name }}" alt="{{ item.name }}" /></a>
{% endfor %}
</div>