mirror of
https://github.com/welpo/tabi.git
synced 2026-04-24 08:57:19 +02:00
feat(series): remove introduction types
This commit is contained in:
parent
1b884a8ac5
commit
127a1c80ce
8 changed files with 9 additions and 73 deletions
|
|
@ -7,7 +7,6 @@ description = "This first article introduces how does series works and how to co
|
|||
tags = ["showcase", "tutorial"]
|
||||
|
||||
[extra]
|
||||
series_page_introduction = "link"
|
||||
series_page_introduction_variables = { position = "first", foo = "FOO!!!"}
|
||||
|
||||
+++
|
||||
|
|
|
|||
|
|
@ -7,7 +7,6 @@ description = "This second article focuses on how to organisation the pages of a
|
|||
tags = ["showcase", "tutorial"]
|
||||
|
||||
[extra]
|
||||
series_page_introduction = "summary"
|
||||
series_page_introduction_variables = { position = "second", foo = "FOO FOO!!!"}
|
||||
|
||||
+++
|
||||
|
|
|
|||
|
|
@ -7,7 +7,6 @@ description = "This last article provides an overview of series and describe all
|
|||
tags = ["showcase", "tutorial", "FAQ"]
|
||||
|
||||
[extra]
|
||||
series_page_introduction = "custom"
|
||||
series_page_introduction_variables = { position = "third", foo = "FOO FOO FOO!!!"}
|
||||
|
||||
+++
|
||||
|
|
|
|||
|
|
@ -12,11 +12,8 @@ series = true
|
|||
quick_navigation_buttons = true
|
||||
post_listing_index_reversed = false
|
||||
|
||||
series_page_introduction = "none"
|
||||
|
||||
series_page_introduction_placeholders = ["$POSITION", "$FOO", "$BAR"]
|
||||
series_page_headline = "This article is the $POSITION of the series '$SERIES_HTML_LINK' ($FOO)"
|
||||
series_page_description = """
|
||||
series_page_introduction = """
|
||||
You can put whatever you want in a custom description.
|
||||
|
||||
**All** variable are accessibles, including custom ones.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue