diff options
| author | Shulhan <ms@kilabit.info> | 2020-11-26 01:11:40 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2020-11-26 01:11:40 +0700 |
| commit | 12fdd7dc76d8a0ba51946ded1b8f5f9dd774eae0 (patch) | |
| tree | 2142ac0a4ccb5d3bc19be1920cf5d2316a31c13a /_example/html.tmpl | |
| parent | d6d948319f596c4026e0ac7ce99758cc1e270ca3 (diff) | |
| download | ciigo-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/html.tmpl')
| -rw-r--r-- | _example/html.tmpl | 6 |
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 --> |
