Add the page header to the render context.

This commit is contained in:
Tom Alexander
2023-12-17 14:30:17 -05:00
parent 35dbab0ceb
commit c98489cacb
2 changed files with 6 additions and 0 deletions

View File

@@ -81,6 +81,7 @@ pub(crate) fn convert_blog_post_page_to_render_context<D: AsRef<Path>, F: AsRef<
let ret = RenderBlogPostPage::new(
global_settings,
Some(page_header),
page.title.clone(),
Some(link_to_blog_post),
children,