feat(series): remove introduction types

This commit is contained in:
ZzMzaw 2024-10-09 07:14:50 +02:00
parent 1b884a8ac5
commit 127a1c80ce
8 changed files with 9 additions and 73 deletions

View file

@ -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!!!"}
+++

View file

@ -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!!!"}
+++

View file

@ -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!!!"}
+++

View file

@ -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.