Compare commits

..

2 Commits

Author SHA1 Message Date
Kevin C. Coram 13b6a2cd51
Try to fix footnote 2019-11-29 11:19:46 -05:00
Kevin C. Coram 762ef90381
Update configuration docs section
* Update `subtitle` documentation to note that HTML escape sequences are
restricted by the new Goldmark rendering engine
* Add documentation for the `mainSections` parameter
2019-11-29 11:16:12 -05:00
1 changed files with 2 additions and 2 deletions

View File

@ -36,9 +36,9 @@ file.
The footer layout file uses Hugo's `markdownify` pipe to display the `copyright` The footer layout file uses Hugo's `markdownify` pipe to display the `copyright`
configuration setting, providing support both for HTML character escape configuration setting, providing support both for HTML character escape
sequences such as `©` as well as markdwn formatting and links. sequences[^1] such as `©` as well as markdwn formatting and links.
Note: Hugo versions 0.60.0 and up will have restrictions on using embedded HTML, [^1] Hugo versions 0.60.0 and up will have restrictions on using embedded HTML,
including escape secquences, unless the Goldmark renderer is configure with including escape secquences, unless the Goldmark renderer is configure with
`unsafe = true`. `unsafe = true`.