📝 docs(mastering tabi): clarify prev/next links requirements
This commit is contained in:
parent
82f7a984d5
commit
6219b9200c
@ -1,7 +1,7 @@
|
||||
+++
|
||||
title = "Domina la configuració de tabi: guia completa"
|
||||
date = 2023-09-18
|
||||
updated = 2024-07-09
|
||||
updated = 2024-08-13
|
||||
description = "Descobreix les múltiples maneres en què pots personalitzar tabi."
|
||||
|
||||
[taxonomies]
|
||||
@ -523,7 +523,7 @@ Mostra enllaços als articles anterior i següent a la part inferior dels posts.
|
||||
|
||||
{{ dual_theme_image(light_src="blog/mastering-tabi-settings/img/show_previous_next_article_links_light.webp", dark_src="blog/mastering-tabi-settings/img/show_previous_next_article_links_dark.webp", alt="Enllaços als articles anterior i següent", full_width=true) }}
|
||||
|
||||
Per activar aquesta funció, estableix `show_previous_next_article_links = true`.
|
||||
Per activar aquesta funció, estableix `show_previous_next_article_links = true` i assegura't que la secció té un valor `sort_by` (per exemple `sort_by = "date"`).
|
||||
|
||||
Per defecte, els articles següents estaran al costat esquerre de la pàgina i els articles anteriors al costat dret.
|
||||
Per invertir l'ordre (articles següents al costat dret i articles anteriors al costat esquerre), configura `invert_previous_next_article_links = true`.
|
||||
|
@ -1,7 +1,7 @@
|
||||
+++
|
||||
title = "Domina la configuración de tabi: guía completa"
|
||||
date = 2023-09-18
|
||||
updated = 2024-07-09
|
||||
updated = 2024-08-13
|
||||
description = "Descubre las múltiples maneras en que puedes personalizar tabi."
|
||||
|
||||
[taxonomies]
|
||||
@ -523,7 +523,7 @@ Muestra enlaces a los artículos anterior y siguiente en la parte inferior de lo
|
||||
|
||||
{{ dual_theme_image(light_src="blog/mastering-tabi-settings/img/show_previous_next_article_links_light.webp", dark_src="blog/mastering-tabi-settings/img/show_previous_next_article_links_dark.webp", alt="Enlaces a los artículos anterior y siguiente", full_width=true) }}
|
||||
|
||||
Para activar esta función, configura `show_previous_next_article_links = true`.
|
||||
Para activar esta función, configura `show_previous_next_article_links = true` y asegúrate de que tu sección tiene `sort_by` (por ejemplo, `sort_by = "date"`).
|
||||
|
||||
Por defecto, los artículos siguientes estarán en el lado izquierdo de la página y los artículos anteriores en el lado derecho.
|
||||
Para invertir el orden (artículos siguientes en el lado derecho y artículos anteriores en el lado izquierdo), establece `invert_previous_next_article_links = true`.
|
||||
|
@ -1,7 +1,7 @@
|
||||
+++
|
||||
title = "Mastering tabi Settings: A Comprehensive Guide"
|
||||
date = 2023-09-18
|
||||
updated = 2024-07-09
|
||||
updated = 2024-08-13
|
||||
description = "Discover the many ways you can customise your tabi site."
|
||||
|
||||
[taxonomies]
|
||||
@ -530,7 +530,7 @@ Displays links to the previous and next articles at the bottom of posts. It look
|
||||
|
||||
{{ dual_theme_image(light_src="blog/mastering-tabi-settings/img/show_previous_next_article_links_light.webp", dark_src="blog/mastering-tabi-settings/img/show_previous_next_article_links_dark.webp" alt="Previous and next article links", full_width=true) }}
|
||||
|
||||
To activate this feature, set `show_previous_next_article_links = true`.
|
||||
To activate this feature, set `show_previous_next_article_links = true` and ensure your section has a `sort_by` value (e.g. `sort_by = "date"`).
|
||||
|
||||
By default, next articles will be on the left side of the page and previous articles will be on the right side.
|
||||
To reverse the order (next articles on the right and previous articles on the left), set `invert_previous_next_article_links = true`.
|
||||
|
Loading…
x
Reference in New Issue
Block a user