Add draft with color

This commit is contained in:
Florian RICHER 2023-12-09 21:48:40 +01:00
parent b8bd9d0607
commit f7339b36e4
5 changed files with 21 additions and 2 deletions

View file

@ -7,6 +7,7 @@ pub struct PostMetadata {
pub date: String,
pub description: String,
pub project_link: String,
pub draft: bool
}
#[derive(Clone, Serialize, Deserialize, Debug)]