We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1de8682 commit 384b4ffCopy full SHA for 384b4ff
crates/front_matter/src/lib.rs
@@ -27,6 +27,8 @@ pub struct FrontMatter {
27
pub author: Option<String>,
28
#[serde(default)]
29
pub authors: Vec<String>,
30
+ /// Deprecated. Post descriptions are not used anywhere in the templates.
31
+ /// (only section descriptions)
32
pub description: Option<String>,
33
/// Used for `releases/X.XX.X` redirects and ones from the old URL scheme to
34
/// preserve permalinks (e.g. slug.html => slug/).
0 commit comments