aboutsummaryrefslogtreecommitdiff
path: root/_includes/sociallinks.html
blob: 0f9cd345a822ac95fe82db40bc73db8fd556adb2 (plain) (blame)
1
2
3
4
5
6
7
8
9
<p class="social-links">
  {% for item in site.social_links %}
    <a href="{{ item[1] | strip_newlines | strip_html | strip | normalize_whitespace | uri_escape }}">
      {{ item[0] | strip_newlines | strip_html | strip | normalize_whitespace | smartify | downcase | capitalize }}
    </a>
    <!-- Separation trait -->
    {% unless forloop.last %}|{% endunless %}
  {% endfor %}
</p>