broadcasts on index page
Some checks failed
test / cargo test (push) Failing after 1m9s

This commit is contained in:
2024-10-03 20:59:01 +02:00
parent ceb3f4b89d
commit 2a043ae823
10 changed files with 110 additions and 22 deletions

View File

@ -5,7 +5,7 @@ use crate::post_utils::post_parser::deserialize_date;
pub const BLOG_POST_PATH: &str = "_posts/blog";
#[derive(Deserialize, Debug)]
#[derive(Deserialize, Debug, Clone)]
pub struct BlogPostMetadata {
pub title: String,
pub segments: Vec<String>,