Finding the index page.
This commit is contained in:
@@ -99,6 +99,10 @@ impl SiteRenderer {
|
||||
// Steps: for each group, create a RenderBlogStream
|
||||
//
|
||||
// Steps: pass each RenderBlogStream to dust as the context to render index.html and any additional stream pages.
|
||||
|
||||
for blog_post in &self.blog_posts {
|
||||
println!("{:?}", blog_post.get_date()?);
|
||||
}
|
||||
Ok(())
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user