From 7779c21cf7b859ddbc8150a427fcb43e234eae00 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sat, 16 Mar 2019 16:13:37 +0000 Subject: [PATCH] Remove background from ToC --- layouts/partials/content.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/content.html b/layouts/partials/content.html index ea58042..786bd07 100644 --- a/layouts/partials/content.html +++ b/layouts/partials/content.html @@ -16,7 +16,7 @@
{{ if .TableOfContents }} -
+
{{ .TableOfContents }}
{{ end }}