about summary refs log tree commit diff stats
path: root/templates
Commit message (Collapse)AuthorAgeLines
* feat(table of contents): Add table of contentsEmilio Ziniades2024-05-13-0/+19
| | | | | | | | | | | 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.
* Reformat CSSAlan Pearce2024-03-17-2/+2
|
* Add styling to active language in language switcherOleksii Dobrovolskyi2024-03-17-1/+6
|
* Minor translation fix: use the translated term for "remove filter"g4m42024-03-01-1/+1
|
* Make language switcher more semanticAlan Pearce2024-02-20-2/+2
|
* Add missing trailing slash to translation linksAlan Pearce2024-02-20-1/+1
|
* Show language switcher on all pagesAlan Pearce2024-02-20-6/+2
|
* Translation link now pointing to the translation of the current pageg4m42024-02-20-1/+6
|
* Fix nav with default languageAlan Pearce2024-02-18-2/+2
|
* Create optional language switcherAlan Pearce2024-02-18-2/+19
|
* Create basic German version of websiteAlan Pearce2024-02-18-9/+16
|
* Remove inline stylesAlan Pearce2024-02-18-2/+6
| | | | Resolves part of https://codeberg.org/alanpearce/zola-bearblog/issues/4
* Add Home to extra.main_menu so it can be translated on the multilingual websitesOleksii Dobrovolskyi2024-02-14-1/+0
|
* Correction of headings hierarchy and stylingOleksii Dobrovolskyi2024-02-13-2/+6
|
* Adding lang=lang attribute to header.html and page.htmlOleksii Dobrovolskyi2024-02-13-2/+2
|
* Show heading in taxonomy list pageAlan Pearce2024-02-09-0/+1
|
* Display tag header on single-tag pagesAlan Pearce2024-02-09-1/+1
| | | | Fixes https://codeberg.org/alanpearce/zola-bearblog/issues/3
* [TEMPLATES] Use the localised version of get_url so multilingual sites can ↵g4m42024-01-29-3/+3
| | | | be setup
* Hash inline style in CSPAlan Pearce2023-09-09-3/+0
| | | | | openssl dgst -sha256 -binary < templates/style.html | openssl enc -base64 2Sbht7dvdhJX00j84akXy9AejYUf6sOM3OpwMxNiDXQ=
* Allow end-user to disable CSP header meta tags without editing themeAlan Pearce2023-09-09-2/+6
|
* Add meta descriptionAlan Pearce2023-09-02-0/+1
|
* Remove ignored CSP contentAlan Pearce2023-09-02-1/+1
|
* Add content-security-policy header-equivalent meta tagAlan Pearce2023-09-02-0/+3
|
* Fix spacing of code examplesAlan Pearce2023-04-26-1/+1
|
* Improve whitespacing in HTMLAlan Pearce2023-04-26-10/+10
|
* Use relative font sizesAlan Pearce2023-04-26-3/+3
|
* Move header/footer/main elements into child templatesAlan Pearce2023-04-26-27/+25
| | | | | | | | 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
* Remove trailing slashes on void elementsAlan Pearce2023-04-26-4/+4
| | | | https://github.com/validator/validator/wiki/Markup-»-Void-elements#trailing-slashes-in-void-element-start-tags-do-not-mark-the-start-tags-as-self-closing
* Sorry Terry, you'll have to goAlan Pearce2023-04-19-1/+0
|
* Remove commented-out colourAlan Pearce2023-04-19-1/+0
|
* Reformat templatesAlan Pearce2023-04-18-108/+108
|
* Make date format configurableAlan Pearce2023-04-18-3/+3
|
* Cleanup whitespaceAlan Pearce2023-04-18-17/+9
|
* Fix lang attributeAlan Pearce2023-04-18-1/+1
|
* Crudely enable external nav menu linksAlan Pearce2023-04-18-0/+4
|
* Don't reverse the order of pagesAlan Pearce2023-04-18-2/+2
|
* Initial commitAlan Pearce2023-04-17-0/+359