about summary refs log tree commit diff stats
path: root/templates/macros.html
Commit message (Collapse)AuthorAgeLines
* improve whitespace generation in output filesAlan Pearce2024-05-29-7/+7
|
* feat(table of contents): Add table of contentsEmilio Ziniades2024-05-13-0/+12
This feature is disabled by default, but can be enabled/disabled globally or per-page. Zola already provides `page.toc`, this PR simply adds a macro to recursively render that data in nested `ul`s. It also establishes some configuration options to display it and set a maximum headers level.