aboutsummaryrefslogtreecommitdiff
path: root/_example
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2020-11-26 01:11:40 +0700
committerShulhan <ms@kilabit.info>2020-11-26 01:11:40 +0700
commit12fdd7dc76d8a0ba51946ded1b8f5f9dd774eae0 (patch)
tree2142ac0a4ccb5d3bc19be1920cf5d2316a31c13a /_example
parentd6d948319f596c4026e0ac7ce99758cc1e270ca3 (diff)
downloadciigo-12fdd7dc76d8a0ba51946ded1b8f5f9dd774eae0.tar.xz
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.
Diffstat (limited to '_example')
-rw-r--r--_example/html.tmpl6
1 files changed, 0 insertions, 6 deletions
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 @@
<div class="page">
<div class="container">
- <h1>{{.Title}}</h1>
- <div class="meta">
- {{.Author}}
- <br />
- {{.Date}}
- </div>
{{.Body}}
</div>
<!-- .container -->