Commit Graph

2 Commits

Author SHA1 Message Date
f-dinucci 7b7fa32882 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-05-31 22:08:35 +02:00
f-dinucci d1b32479b9 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-05-31 00:29:40 +02:00