Deleted external links

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
Valentin Popov 2018-05-15 03:57:51 +04:00
parent 03f8884f61
commit 08e2450b59
Signed by: Valentin Popov
GPG Key ID: 269A00ACA90A8EA3
2 changed files with 0 additions and 19 deletions

View File

@ -1,8 +0,0 @@
- name: "Example"
url: "http://example"
- name: "Example"
url: "http://example"
- name: "Example"
url: "http://example"

View File

@ -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>