From 5e976064e1030c2359bfb6505a5e280d847a9801 Mon Sep 17 00:00:00 2001 From: ston1th Date: Wed, 15 May 2019 23:01:27 +0200 Subject: [PATCH] fixed TOC alignment --- pkg/server/templates.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkg/server/templates.go b/pkg/server/templates.go index ffd0fc8..e2baee8 100644 --- a/pkg/server/templates.go +++ b/pkg/server/templates.go @@ -289,7 +289,9 @@ const (
+
{{.Data.TOC}} +
{{.Data.HTML}} {{end}}` @@ -421,7 +423,9 @@ const (
+
{{.Data.TOC}} +
{{.Data.HTML}} {{end}}`