Fix navigable blog previews.

This commit is contained in:
2026-07-20 17:10:33 +02:00
parent 29cdd016b8
commit 49adfed68f
9 changed files with 495 additions and 70 deletions

View File

@@ -913,7 +913,7 @@ fn filter_posts_for_lists(
.collect()
}
fn build_rss_xml(
pub(crate) fn build_rss_xml(
metadata: &ProjectMetadata,
posts: &[PublishedPostSource],
language: &str,
@@ -993,7 +993,7 @@ fn build_rss_xml(
xml.join("\n")
}
fn build_atom_xml(
pub(crate) fn build_atom_xml(
metadata: &ProjectMetadata,
posts: &[PublishedPostSource],
language: &str,