Pass the nav links in the PageHeader render context.
This commit is contained in:
@@ -40,6 +40,12 @@ render!(RenderPage, IPage, original, render_context, {
|
||||
render_context.output_file,
|
||||
"",
|
||||
)?),
|
||||
Some(get_web_path(
|
||||
render_context.config,
|
||||
render_context.output_root_directory,
|
||||
render_context.output_file,
|
||||
"about_me",
|
||||
)?),
|
||||
);
|
||||
let link_to_blog_post = get_web_path(
|
||||
render_context.config,
|
||||
|
||||
Reference in New Issue
Block a user