diff --git a/layouts/partials/widgets/custom.html b/layouts/partials/widgets/custom.html index 3bac3bb6..b6abfcef 100644 --- a/layouts/partials/widgets/custom.html +++ b/layouts/partials/widgets/custom.html @@ -3,7 +3,7 @@
-

{{ title $page.Title }}

+

{{ with $page.Title }}{{ . | markdownify }}{{ end }}

{{ with $page.Params.subtitle }}

{{ . | markdownify }}

{{ end }}