From 12fdd7dc76d8a0ba51946ded1b8f5f9dd774eae0 Mon Sep 17 00:00:00 2001 From: Shulhan Date: Thu, 26 Nov 2020 01:11:40 +0700 Subject: htmlgenerator: use the ToHTMLBody instead of ToEmbeddedHTML The ToHTMLBody generate table of contents at the top, while ToEmbeddedHTML require ":toc:" to set to "preamble" or "macro" to get it rendered. --- _example/html.tmpl | 6 ------ 1 file changed, 6 deletions(-) (limited to '_example') diff --git a/_example/html.tmpl b/_example/html.tmpl index 5f4978a..cc78426 100644 --- a/_example/html.tmpl +++ b/_example/html.tmpl @@ -30,12 +30,6 @@
-

{{.Title}}

-
- {{.Author}} -
- {{.Date}} -
{{.Body}}
-- cgit v1.3