cycat-project-website/_includes/social.html

6 lines
221 B
HTML
Raw Permalink Normal View History

2020-08-23 12:01:06 +02:00
<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>