diff --git a/layouts/index.html b/layouts/index.html index 3a5cb8b..d51828b 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -2,7 +2,7 @@

{{ .Site.Author.name }}

-

“{{ .Site.Author.motto }}”

+

“{{ .Site.Author.motto | safeHTML }}”

{{ partial "contact.html" . }} {{ partial "links.html" . }}