From c01906bbf11cd103670b9334a3cfe837f814863d Mon Sep 17 00:00:00 2001 From: Bill Stumbo Date: Wed, 9 Sep 2026 12:56:08 -0400 Subject: [PATCH 1/2] Set no_index to false. Fixes regression, Bibliography was not showing as a subpage when viewing history page. This makes finding the bibliography be page navigation possible. --- content/en/history/bibliography/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/history/bibliography/_index.md b/content/en/history/bibliography/_index.md index bf4e60b5..3f5110ed 100644 --- a/content/en/history/bibliography/_index.md +++ b/content/en/history/bibliography/_index.md @@ -5,7 +5,7 @@ type: bibliography robots: "noindex, follow" cascade: type: bibliography - toc_hide: true + toc_hide: false weight: 5 aliases: - /bibliography/ From dab0eb9acb647865024388ef7dca6e5f4ee3997a Mon Sep 17 00:00:00 2001 From: Bill Stumbo Date: Wed, 16 Sep 2026 20:55:01 -0400 Subject: [PATCH 2/2] Add new partial, section-index.html Contains no content. The locally created section-index file overrides the default section-index. Since ours is empty, no content is displayed. --- layouts/_partials/section-index.html | 1 + 1 file changed, 1 insertion(+) create mode 100644 layouts/_partials/section-index.html diff --git a/layouts/_partials/section-index.html b/layouts/_partials/section-index.html new file mode 100644 index 00000000..20780b79 --- /dev/null +++ b/layouts/_partials/section-index.html @@ -0,0 +1 @@ +{{/* section-index disabled: subpage navigation via td-section-nav only */}}