We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce3a336 commit 83cdafeCopy full SHA for 83cdafe
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