feat: voice_note field in entry frontmatter

This commit is contained in:
Lewis Wynne 2026-04-10 02:14:57 +01:00
parent ca9eaf0662
commit d66e004b0d
3 changed files with 44 additions and 0 deletions

View file

@ -262,6 +262,7 @@ mod tests {
date: date.into(),
website: String::new(),
drawing: String::new(),
voice_note: String::new(),
status: Status::Approved,
},
body: body.into(),