Skip to content

Commit 384b4ff

Browse files
committed
Document deprecated post description
I presume the templates where changed at some point to not use the post description anymore, but I haven't actually looked when and why that happened.
1 parent 1de8682 commit 384b4ff

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

crates/front_matter/src/lib.rs

+2
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ pub struct FrontMatter {
2727
pub author: Option<String>,
2828
#[serde(default)]
2929
pub authors: Vec<String>,
30+
/// Deprecated. Post descriptions are not used anywhere in the templates.
31+
/// (only section descriptions)
3032
pub description: Option<String>,
3133
/// Used for `releases/X.XX.X` redirects and ones from the old URL scheme to
3234
/// preserve permalinks (e.g. slug.html => slug/).

0 commit comments

Comments
 (0)