Adding some routing.
Moving more of the Blog pieces into the Blog library.
This commit is contained in:
6
bard/src/pages.rs
Normal file
6
bard/src/pages.rs
Normal file
@ -0,0 +1,6 @@
|
||||
mod blog;
|
||||
mod post;
|
||||
|
||||
|
||||
pub use crate::pages::blog::Blog;
|
||||
pub use crate::pages::post::Post;
|
||||
Reference in New Issue
Block a user