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

pub use module::{module, POSTS};