2018-04-24 19:00:04 +03:00
|
|
|
<p class="social-links">
|
2018-04-24 19:14:39 +03:00
|
|
|
{% for link in site.data.external_links %}
|
2018-04-24 19:00:04 +03:00
|
|
|
<a href="{{ link.url | strip_newlines | strip_html | strip | normalize_whitespace | uri_escape }}">
|
2018-04-25 01:15:04 +03:00
|
|
|
{{ link.name | strip_newlines | strip_html | strip | normalize_whitespace | smartify | xml_escape }}
|
2018-04-24 19:00:04 +03:00
|
|
|
</a>
|
2018-04-24 19:14:39 +03:00
|
|
|
<!-- Separation -->
|
2018-04-24 19:00:04 +03:00
|
|
|
{% unless forloop.last %}
|
|
|
|
<span>|</span>
|
|
|
|
{% endunless %}
|
|
|
|
{% endfor %}
|
|
|
|
</p>
|