diff options
-rw-r--r-- | _data/external_links.yml | 8 | ||||
-rw-r--r-- | _includes/external_links.html | 11 |
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> |