mirror of
https://github.com/welpo/tabi.git
synced 2026-06-17 08:47:34 +02:00
feat(series): add navigation
Navigation is similar to the one for all articles but is limited to those of the series.
This commit is contained in:
parent
71a2409640
commit
8c31aca81f
10 changed files with 25 additions and 3 deletions
|
|
@ -8,4 +8,5 @@ insert_anchor_links = "left"
|
|||
[extra]
|
||||
social_media_card = "blog/social_cards/ca_blog.jpg"
|
||||
show_previous_next_article_links = true
|
||||
show_previous_next_series_article_links = true
|
||||
+++
|
||||
|
|
|
|||
|
|
@ -8,4 +8,5 @@ insert_anchor_links = "left"
|
|||
[extra]
|
||||
social_media_card = "blog/social_cards/es_blog.jpg"
|
||||
show_previous_next_article_links = true
|
||||
show_previous_next_series_article_links = true
|
||||
+++
|
||||
|
|
|
|||
|
|
@ -8,4 +8,5 @@ insert_anchor_links = "left"
|
|||
[extra]
|
||||
social_media_card = "blog/social_cards/blog.jpg"
|
||||
show_previous_next_article_links = true
|
||||
show_previous_next_series_article_links = true
|
||||
+++
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue