- Add templating for outro, similar/extended from intro code

- Renames series_page_introduction_placeholders to series_template_placeholders
- Removes `post_listing_index_reversed` in favour of outro templates
- Docs!
This commit is contained in:
welpo 2024-10-26 00:05:45 +02:00 committed by ZzMzaw
parent c056b53d26
commit 434769376e
11 changed files with 461 additions and 172 deletions

View file

@ -7,7 +7,9 @@ description = "This second article focuses on how to organisation the pages of a
tags = ["showcase", "tutorial"]
[extra]
series_page_introduction_variables = { position = "second", foo = "FOO FOO!!!"}
[extra.series_template_variables]
position = "second"
foo = "FOO FOO!!!"
+++