Preserve category archive titles.

This commit is contained in:
Georg Bauer
2026-07-21 11:20:07 +02:00
parent 486a9f8019
commit 1e6c2a4e2c
5 changed files with 44 additions and 1 deletions

View File

@@ -619,6 +619,7 @@ fn generation_respects_category_list_settings_and_writes_bundled_images() {
(
"hidden".to_string(),
CategorySettings {
title: None,
render_in_lists: false,
show_title: true,
post_template_slug: None,
@@ -628,6 +629,7 @@ fn generation_respects_category_list_settings_and_writes_bundled_images() {
(
"featured".to_string(),
CategorySettings {
title: None,
render_in_lists: true,
show_title: false,
post_template_slug: None,