mirror of
https://github.com/welpo/tabi.git
synced 2026-06-14 07:17:34 +02:00
- 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:
parent
c056b53d26
commit
434769376e
11 changed files with 461 additions and 172 deletions
|
|
@ -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!!!"
|
||||
|
||||
+++
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue