From 05aaee8ceca871a4a7d1904c003a487c8bac0808 Mon Sep 17 00:00:00 2001 From: budparr Date: Fri, 29 Sep 2017 19:47:19 -0400 Subject: [PATCH] Remove background color from code shortcode Background color is not necessary with Chroma.css --- layouts/shortcodes/code.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/shortcodes/code.html b/layouts/shortcodes/code.html index 009aeb711..f40cf071d 100644 --- a/layouts/shortcodes/code.html +++ b/layouts/shortcodes/code.html @@ -1,6 +1,6 @@ {{ $file := .Get "file" }} {{ $isHTML := strings.HasSuffix $file "html" }} -
+
{{- with $file -}}
{{.}}
{{- end -}}