From c2e4cfe75d51ab03538f7dd84452278ac7bf9fc3 Mon Sep 17 00:00:00 2001 From: Steven Engler Date: Tue, 17 Sep 2019 13:35:11 -0400 Subject: [PATCH] Minor formatting improvement to the notice shortcode --- layouts/shortcodes/notice.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/layouts/shortcodes/notice.html b/layouts/shortcodes/notice.html index 35ea5f5..3e24915 100644 --- a/layouts/shortcodes/notice.html +++ b/layouts/shortcodes/notice.html @@ -6,8 +6,6 @@ {{ with .Get 1 }}{{ . }}{{ else }}{{ .Scratch.Get "type" | humanize }}{{ end }} -
-{{ .Inner | markdownify }} -
+
{{ .Inner | markdownify }}