From 4198fceef761050cc704497a699c73d20a14935a Mon Sep 17 00:00:00 2001 From: Elizabeth Barron Date: Fri, 26 Jun 2026 13:24:43 -0400 Subject: [PATCH] Include description in post template Add description field to post metadata in README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7514d715..37923c62 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ All posts are written using Markdown with frontmatter YAML, and should have the ```markdown --- title: Title for the post +description: one sentence describing the post layout: post tags: - update