diff --git a/config.toml b/config.toml index f74e858..de4bf80 100644 --- a/config.toml +++ b/config.toml @@ -194,13 +194,11 @@ 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. # To reverse the order (next articles on the right and previous articles on the left), set it to true. -# This applies to series articles navigation as well. # 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 invert_previous_next_article_links = false # Whether the navigation for previous/next article should match the full width of the site (same as the navigation bar at the top) or the article width. # To match the navigation bar at the top, set it to true. -# This applies to series articles navigation as well. previous_next_article_links_full_width = true # Quick navigation buttons. diff --git a/i18n/en.toml b/i18n/en.toml index 779d11b..745335a 100644 --- a/i18n/en.toml +++ b/i18n/en.toml @@ -29,8 +29,6 @@ one_posts = "$NUMBER post" many_posts = "$NUMBER posts" # "3 posts" prev = "Prev" # As in "Previous" page. next = "Next" # As in "Next" page. -prev_series = "Prev (series)" # As in "Previous" page but within a series. -next_series = "Next (series)" # As in "Next" page but within a series. of = "of" # E.g. Page 1 "of" 3 all_posts = "All posts" all_tags = "All tags" diff --git a/sass/parts/_misc.scss b/sass/parts/_misc.scss index a31ae1e..e066a34 100644 --- a/sass/parts/_misc.scss +++ b/sass/parts/_misc.scss @@ -186,7 +186,7 @@ details summary { } } -.article-navigation, .series-article-navigation { +.article-navigation { display: flex; margin-block-start: 2rem; border-block-start: var(--divider-color) solid 0.5px; diff --git a/theme.toml b/theme.toml index 20d3027..9affeb0 100644 --- a/theme.toml +++ b/theme.toml @@ -151,13 +151,11 @@ 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. # To reverse the order (next articles on the right and previous articles on the left), set it to true. -# This applies to series articles navigation as well. # 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 invert_previous_next_article_links = false # Whether the navigation for previous/next article should match the full width of the site (same as the navigation bar at the top) or the article width. # To match the navigation bar at the top, set it to true. -# This applies to series articles navigation as well. previous_next_article_links_full_width = true # Quick navigation buttons.