aboutsummaryrefslogtreecommitdiff
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
parent03f8884f61050d0be9289157c8f07b14638e8f18 (diff)
downloadpopov.link-08e2450b5977cf4f03f94a810aef87294f198480.tar.xz
popov.link-08e2450b5977cf4f03f94a810aef87294f198480.zip
Deleted external links
Signed-off-by: Valentin Popov <info@valentineus.link>
-rw-r--r--_data/external_links.yml8
-rw-r--r--_includes/external_links.html11
2 files changed, 0 insertions, 19 deletions
diff --git a/_data/external_links.yml b/_data/external_links.yml
deleted file mode 100644
index e5fab32..0000000
--- a/_data/external_links.yml
+++ /dev/null
@@ -1,8 +0,0 @@
-- name: "Example"
- url: "http://example"
-
-- name: "Example"
- url: "http://example"
-
-- name: "Example"
- url: "http://example"
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>