feat(series): add custom placeholders in intro

Custom placeholders are user-defined and can be used in both headline and description.
This commit is contained in:
ZzMzaw 2024-10-05 08:04:50 +02:00
parent e1bdb01b6a
commit 71a2409640
5 changed files with 106 additions and 1 deletions

View file

@ -8,6 +8,7 @@ tags = ["showcase", "tutorial"]
[extra]
series_page_introduction = "summary"
series_page_introduction_variables = { position = "second", foo = "FOO FOO!!!"}
+++