aboutsummaryrefslogtreecommitdiff
path: root/src/modules/blog.rs
blob: 9e84e143f84464924f4610853b9005d4c0149237 (plain) (blame)
1
2
3
4
5
mod config;
mod module;
mod post;

pub use module::{module, refresh_loop, POSTS};