aboutsummaryrefslogtreecommitdiff
path: root/_includes/external_links.html
diff options
context:
space:
mode:
Diffstat (limited to '_includes/external_links.html')
-rw-r--r--_includes/external_links.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/external_links.html b/_includes/external_links.html
index 4a04694..f18abed 100644
--- a/_includes/external_links.html
+++ b/_includes/external_links.html
@@ -1,7 +1,7 @@
<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 }}
+ {{ link.name | strip_newlines | strip_html | strip | normalize_whitespace | smartify | xml_escape }}
</a>
<!-- Separation -->
{% unless forloop.last %}