It would be useful to have section.date and section.updated as built-in Zola variables.
I know that section.extra.*
is available, but this request seems too common and natural to relegate it to an “extra” field.
Supporting reasons:
- There should be symmetry with page variables:
page.date
andpage.updated
- The domain of files (i.e. how files work). Files are created at some time and then may be updated afterwards.
- The domain of the web (i.e. how web resources work). When content at a URL is made available, that is its publishing date. Then updates may be made.