summaryrefslogtreecommitdiff
path: root/themes/PaperMod/layouts/partials/social_icons.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/PaperMod/layouts/partials/social_icons.html')
-rw-r--r--themes/PaperMod/layouts/partials/social_icons.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/PaperMod/layouts/partials/social_icons.html b/themes/PaperMod/layouts/partials/social_icons.html
index 3f8d6a3..876b77c 100644
--- a/themes/PaperMod/layouts/partials/social_icons.html
+++ b/themes/PaperMod/layouts/partials/social_icons.html
@@ -1,6 +1,6 @@
<div class="social-icons">
{{- range . }}
- <a href="{{ trim .url " " }}" target="_blank" rel="noopener noreferrer me" title="{{ (.title | default .name) | title }}">
+ <a href="{{ trim .url " " | safeURL }}" target="_blank" rel="noopener noreferrer me" title="{{ (.title | default .name) | title }}">
{{ partial "svg.html" . }}
</a>
{{- end }}