From 6519dafb9179c7971fecc6cfaaff95a25e8f3f7a Mon Sep 17 00:00:00 2001 From: George Cushen Date: Wed, 25 Jan 2017 01:44:35 +0000 Subject: [PATCH] Improve formatting of custom widget title --- layouts/partials/widgets/custom.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}