aboutsummaryrefslogtreecommitdiff
path: root/_includes
diff options
context:
space:
mode:
Diffstat (limited to '_includes')
-rw-r--r--_includes/sociallinks.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/_includes/sociallinks.html b/_includes/sociallinks.html
new file mode 100644
index 0000000..0f9cd34
--- /dev/null
+++ b/_includes/sociallinks.html
@@ -0,0 +1,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>