aboutsummaryrefslogtreecommitdiff
path: root/_includes
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2018-05-15 02:57:51 +0300
committerValentin Popov <info@valentineus.link>2018-05-15 02:57:51 +0300
commit08e2450b5977cf4f03f94a810aef87294f198480 (patch)
treedf06eb61b4fef1b4b354617757e9ba2d0a31153e /_includes
parent03f8884f61050d0be9289157c8f07b14638e8f18 (diff)
downloadpopov.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.html11
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>