mirror of
https://github.com/welpo/tabi.git
synced 2026-06-13 23:07:36 +02:00
feat(series): reference the series in its pages
The reference is configurable from none to link to summary to something completely custom.
This commit is contained in:
parent
45705ed9c6
commit
e1bdb01b6a
10 changed files with 219 additions and 0 deletions
21
content/blog/series/_index.md
Normal file
21
content/blog/series/_index.md
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
+++
|
||||
title = "How to deal with series"
|
||||
template = "series.html"
|
||||
sort_by = "slug"
|
||||
|
||||
description = "This series explains how to properly configure a series."
|
||||
|
||||
transparent = true
|
||||
|
||||
[extra]
|
||||
series = true
|
||||
quick_navigation_buttons = true
|
||||
post_listing_index_reversed = false
|
||||
|
||||
series_page_introduction = "none"
|
||||
|
||||
+++
|
||||
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.
|
||||
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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue