From ec3b6fa715bc6a539fc8579701275b6aa0d82fd5 Mon Sep 17 00:00:00 2001 From: Awiteb Date: Mon, 2 Sep 2024 20:59:51 +0000 Subject: [PATCH] chore: Remove previous and next article links Signed-off-by: Awiteb --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 1cdedb3..e645e3e 100644 --- a/config.toml +++ b/config.toml @@ -52,7 +52,7 @@ stylesheets = [ # Show links to previous and next articles at the bottom of posts. # Can be set at page or section levels, following the hierarchy: page > section > config. See: https://welpo.github.io/tabi/blog/mastering-tabi-settings/#settings-hierarchy -show_previous_next_article_links = true +show_previous_next_article_links = false # Invert order of the links to previous and next articles at the bottom of posts. # By default, next articles are on the left side of the page and previous articles are on the right side.