diff --git a/layouts/partials/home_info.html b/layouts/partials/home_info.html index 6be21134..ef086158 100644 --- a/layouts/partials/home_info.html +++ b/layouts/partials/home_info.html @@ -1,7 +1,7 @@ {{- with $.Site.Params.homeInfoParams }}
-

{{- .Title }}

+

{{- .Title | markdownify }}

{{- .Content | markdownify }}

@@ -10,4 +10,4 @@ {{- partial "social_icons.html" $.Site.Params.socialIcons -}}
-{{- end}} \ No newline at end of file +{{- end}} diff --git a/layouts/partials/index_profile.html b/layouts/partials/index_profile.html index 279a3a4e..5de8057a 100644 --- a/layouts/partials/index_profile.html +++ b/layouts/partials/index_profile.html @@ -2,8 +2,8 @@ {{- with .Site.Params.profileMode }}
{{- if .imageUrl}}{{ .imageTitle | default {{- end}} -

{{- .title | default $.Site.Title -}}

- {{- .subtitle -}} +

{{- .title | default $.Site.Title | markdownify -}}

+ {{- .subtitle | markdownify -}} {{- partial "social_icons.html" $.Site.Params.socialIcons -}} {{- with .buttons }} @@ -17,4 +17,4 @@ {{- end }}
{{- end}} - \ No newline at end of file +