2019-09-28 19:42:54 +02:00
|
|
|
{#-
|
|
|
|
This file was automatically generated - do not edit
|
|
|
|
-#}
|
2019-06-15 15:16:14 +02:00
|
|
|
{% if config.extra.social %}
|
|
|
|
<div class="md-footer-social">
|
|
|
|
{% for social in config.extra.social %}
|
2020-03-09 21:14:47 +01:00
|
|
|
{% set _,rest = social.link.split("//") %}
|
|
|
|
{% set domain = rest.split("/")[0] %}
|
|
|
|
<a href="{{ social.link }}" target="_blank" rel="noopener" title="{{ domain }}" class="md-footer-social__link">
|
2020-02-23 13:36:51 +01:00
|
|
|
{% include ".icons/" ~ social.icon ~ ".svg" %}
|
2019-12-22 18:21:19 +01:00
|
|
|
</a>
|
2019-06-15 15:16:14 +02:00
|
|
|
{% endfor %}
|
|
|
|
</div>
|
|
|
|
{% endif %}
|