Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Use translations for table of contents <summary> | Alan Pearce | 2024-05-28 | -1/+1 |
| | ||||
* | feat(table of contents): Add table of contents | Emilio Ziniades | 2024-05-13 | -0/+7 |
| | | | | | | | | | | | 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. | |||
* | Adding lang=lang attribute to header.html and page.html | Oleksii Dobrovolskyi | 2024-02-13 | -1/+1 |
| | ||||
* | Fix spacing of code examples | Alan Pearce | 2023-04-26 | -1/+1 |
| | ||||
* | Improve whitespacing in HTML | Alan Pearce | 2023-04-26 | -5/+3 |
| | ||||
* | Move header/footer/main elements into child templates | Alan Pearce | 2023-04-26 | -2/+2 |
| | | | | | | | | The <content> tag is not meant for normal HTML, but rather the Shadow DOM, therefore I replaced it with <main> For consistency's sake I moved <header> and <footer> into the child templates as well | |||
* | Reformat templates | Alan Pearce | 2023-04-18 | -24/+24 |
| | ||||
* | Make date format configurable | Alan Pearce | 2023-04-18 | -1/+1 |
| | ||||
* | Initial commit | Alan Pearce | 2023-04-17 | -0/+33 |