diff options
Diffstat (limited to 'themes/PaperMod/layouts/partials')
| -rw-r--r-- | themes/PaperMod/layouts/partials/home_info.html | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/themes/PaperMod/layouts/partials/home_info.html b/themes/PaperMod/layouts/partials/home_info.html index 199dfb7..3d96145 100644 --- a/themes/PaperMod/layouts/partials/home_info.html +++ b/themes/PaperMod/layouts/partials/home_info.html @@ -1,13 +1,11 @@ -{{- with site.Params.homeInfoParams }} <article class="first-entry home-info"> <header class="entry-header"> <h1>{{ .Title | markdownify }}</h1> </header> <div class="entry-content"> - {{ .Content | markdownify }} + {{ .Content }} </div> <footer class="entry-footer"> - {{ partial "social_icons.html" (dict "align" site.Params.homeInfoParams.AlignSocialIconsTo) }} + {{ partial "social_icons.html" }} </footer> </article> -{{- end -}} |
