popov.link/_includes/external_links.html
Valentin Popov bbf5de4c46
Rename
Signed-off-by: Valentin Popov <info@valentineus.link>
2018-04-24 20:14:39 +04:00

12 lines
392 B
HTML

<p class="social-links">
{% for link in site.data.external_links %}
<a href="{{ link.url | strip_newlines | strip_html | strip | normalize_whitespace | uri_escape }}">
{{ link.name | strip_newlines | strip_html | strip | normalize_whitespace | smartify }}
</a>
<!-- Separation -->
{% unless forloop.last %}
<span>|</span>
{% endunless %}
{% endfor %}
</p>