Rust library to generate static websites
at fix/misc-errors 7 lines 138 B view raw
1use maudit::content::markdown_entry; 2 3#[markdown_entry] 4pub struct ArticleContent { 5 pub title: String, 6 pub description: String, 7}