fix(social): fix social link bug (#81)

This commit is contained in:
Dillon
2020-02-19 18:55:40 +08:00
parent 16320fa91b
commit 02919a7d48
3 changed files with 6 additions and 6 deletions

View File

@@ -1,3 +1,3 @@
<a href="{{ index . `href` }}" rel="me noopener noreffer" target="_blank" title="{{ index . `title` }}">
<a href="{{ index . `href` | safeURL }}" rel="me noopener noreffer" target="_blank" title="{{ index . `title` }}">
{{- partial "function/icon.html" . -}}
</a>