diff options
author | Valentin Popov <info@valentineus.link> | 2018-05-15 02:57:51 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2018-05-15 02:57:51 +0300 |
commit | 08e2450b5977cf4f03f94a810aef87294f198480 (patch) | |
tree | df06eb61b4fef1b4b354617757e9ba2d0a31153e /_includes | |
parent | 03f8884f61050d0be9289157c8f07b14638e8f18 (diff) | |
download | popov.link-08e2450b5977cf4f03f94a810aef87294f198480.tar.xz popov.link-08e2450b5977cf4f03f94a810aef87294f198480.zip |
Deleted external links
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to '_includes')
-rw-r--r-- | _includes/external_links.html | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/_includes/external_links.html b/_includes/external_links.html deleted file mode 100644 index f18abed..0000000 --- a/_includes/external_links.html +++ /dev/null @@ -1,11 +0,0 @@ -<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 | xml_escape }} - </a> - <!-- Separation --> - {% unless forloop.last %} - <span>|</span> - {% endunless %} - {% endfor %} -</p> |