Generate newer and older links.

This commit is contained in:
Tom Alexander
2023-12-17 17:16:26 -05:00
parent c3482cf1e4
commit 2ba4a5e3d7
4 changed files with 39 additions and 4 deletions

View File

@@ -27,7 +27,7 @@ impl RenderBlogStream {
config: &Config,
output_directory: &Path,
output_file: &Path,
original: &Vec<BlogPost>,
original: &[&BlogPost],
) -> Result<RenderBlogStream, CustomError> {
todo!()
}