summaryrefslogtreecommitdiffstats
path: root/templates/section.html
Commit message (Collapse)AuthorAgeFilesLines
* Don't reverse sort order in sections.Harald Eilertsen2021-02-271-1/+1
| | | | The default sort order is from newest to oldest now.
* Add translation links in site header.Harald Eilertsen2020-06-081-0/+5
| | | | | | | | Add translation links in the site header for sections and index. This also moved the header back into the base template, as it seems zola is not able to handle blocks defined in included templates. At least that's what it looked like. Didn't test much.
* Refactor post headers to separate template.Harald Eilertsen2020-06-061-17/+1
|
* Add section template.Harald Eilertsen2020-06-051-0/+44
Also move most content to the section templates, leave only section descriptions and the latest posts in each for the index page.