diff --git a/hugo.toml b/hugo.toml index bc0b853b..43e29108 100644 --- a/hugo.toml +++ b/hugo.toml @@ -548,7 +548,7 @@ enableEmoji = true avatarMenu = "" # title shown in home page (HTML format is supported) title = "" - # subtitle shown in home page + # subtitle shown in home page (HTML format is supported) subtitle = "" # whether to use typeit animation for subtitle typeit = true diff --git a/layouts/partials/home/profile.html b/layouts/partials/home/profile.html index 03b5b076..eea8024e 100644 --- a/layouts/partials/home/profile.html +++ b/layouts/partials/home/profile.html @@ -49,7 +49,7 @@ {{- $.Store.Set "hasTyped" true -}} {{- else -}} - {{- . -}} + {{- . | safeHTML -}} {{- end -}}

{{- end -}} diff --git a/layouts/partials/init/index.html b/layouts/partials/init/index.html index 17f17952..e6d777fa 100644 --- a/layouts/partials/init/index.html +++ b/layouts/partials/init/index.html @@ -1,4 +1,4 @@ -{{- .Scratch.Set "version" "v0.3.12-788f8b7f" -}} +{{- .Scratch.Set "version" "v0.3.12-de0dae97" -}} {{- .Scratch.Set "this" dict -}} {{- partial "init/detection-env.html" . -}}