feat(home): home profile title support HTML format (#356)

This commit is contained in:
Dillon
2020-05-13 21:33:30 +08:00
committed by GitHub
parent 0a9ec97450
commit 861350be32
5 changed files with 7 additions and 7 deletions

View File

@@ -23,7 +23,7 @@
{{- with $profile.title -}}
<h1 class="home-title">
{{- . -}}
{{- . | safeHTML -}}
</h1>
{{- end -}}