mirror of
https://github.com/welpo/tabi.git
synced 2025-10-11 07:46:15 +02:00

- Renames series_page_introduction_placeholders to series_template_placeholders - Removes `post_listing_index_reversed` in favour of outro templates - Docs!
21 lines
889 B
Markdown
21 lines
889 B
Markdown
+++
|
|
title = "An introduction to series"
|
|
date = 2023-05-21
|
|
description = "This first article introduces how does series works and how to configure them."
|
|
|
|
[taxonomies]
|
|
tags = ["showcase", "tutorial"]
|
|
|
|
[extra]
|
|
series_template_variables = { position = "first", foo = "FOO!!!"}
|
|
|
|
+++
|
|
|
|
{{ admonition(type="warning", icon="warning", title="IMPORTANT", text="This article has been introduced retroactively to showcase series.") }}
|
|
|
|
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
|
|
Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. [^1]
|
|
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
|
|
Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
|
|
|
|
[^1]: Lorem.
|