about summary refs log tree commit diff stats
path: root/templates/page.html
Commit message (Collapse)AuthorAgeLines
* feat(table of contents): Add table of contentsEmilio Ziniades2024-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.htmlOleksii Dobrovolskyi2024-02-13-1/+1
|
* Fix spacing of code examplesAlan Pearce2023-04-26-1/+1
|
* Improve whitespacing in HTMLAlan Pearce2023-04-26-5/+3
|
* Move header/footer/main elements into child templatesAlan Pearce2023-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 templatesAlan Pearce2023-04-18-24/+24
|
* Make date format configurableAlan Pearce2023-04-18-1/+1
|
* Initial commitAlan Pearce2023-04-17-0/+33