Social links

This commit is contained in:
Valentin Popov 2018-04-11 14:21:16 +00:00
parent 2cd355b74a
commit d2ed5ef748

View File

@ -8,7 +8,7 @@ layout: default
<h1>{{ site.author.name | strip_newlines | strip_html | strip | normalize_whitespace | smartify }}</h1>
<h2>{{ site.description | strip_newlines | strip_html | strip | normalize_whitespace | smartify }}</h2>
<ul>
{% for item in site.links %}
{% for item in site.social_links %}
<li>
<a href="{{ item[1] | strip_newlines | strip_html | strip | uri_escape }}" target="_blank">
{{ item[0] | strip_newlines | strip_html | strip | normalize_whitespace | smartify }}