diff options
| author | Shulhan <ms@kilabit.info> | 2022-07-24 21:49:40 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2022-07-24 21:49:40 +0700 |
| commit | b1ac34fb775bcf0d15ac61de7dcbb6c30d03f46d (patch) | |
| tree | 6e9479db8f1ce1d0f3b503b2e246a4fceb11a49f /ciigo.go | |
| parent | 73584411dcb3563e373e5b4d6c6a40cc0656bfc6 (diff) | |
| download | ciigo-b1ac34fb775bcf0d15ac61de7dcbb6c30d03f46d.tar.xz | |
all: generate HTML meta data and replace the top header title
The following metadata are rendered based on the same asciidoc
attributes: author, description, generator, and keywords.
This changes also replace the topbar title with the document title,
cleanup the HTML header syntax by replacing "/>" with ">", trim leading
and trailing spaces on Body and embedded CSS.
Diffstat (limited to 'ciigo.go')
| -rw-r--r-- | ciigo.go | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -25,10 +25,6 @@ const ( internalTemplatePath = "_internal/.template" ) -const ( - metadataStylesheet = "stylesheet" -) - // nolint: gochecknoglobals var ( defExcludes = []string{ |
