Commit Graph

5 Commits

Author SHA1 Message Date
f-dinucci 30ecf2a834 fix[footer]: allow defining markup language
Custom footer is currently rendered through .RenderString, that defaults
to page's markup language, but page and footer could be written in two
different languages (eg. footer in Markdown and page in Asciidoc). In
this case the footer wouldn't be rendered correctly unless the markup
language used is specified. Now it is possible.
2022-07-30 17:25:49 +02:00
f-dinucci 994772696a feat[footer]: allow footer customization
A part of the footer (copyright/author/date) is hardcoded, while the
other part is loaded from a TOML (included in example site) and rendered
through .RenderString

Closes: #8
2022-07-30 17:25:49 +02:00
gangjun06 c7e664c705 update reacdme, exampleSite 2020-08-15 10:24:57 +00:00
gangjun06 d42a7bded5 move exmple, update baseURL 2020-08-13 12:39:50 +00:00
gangjun06 08882d82a5 update readme.md 2020-08-13 11:38:17 +00:00