From 6bfd84ae2c7aad006c3bc84cdce9aebf894cbe62 Mon Sep 17 00:00:00 2001 From: user Date: Fri, 20 Oct 2023 22:49:31 -0400 Subject: add summary for books --- archetypes/post.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'archetypes/post.md') diff --git a/archetypes/post.md b/archetypes/post.md index 43dca9a..304e9f5 100644 --- a/archetypes/post.md +++ b/archetypes/post.md @@ -1,5 +1,7 @@ --- title: "{{ replace .File.ContentBaseName "-" " " | title }}" date: {{ .Date }} +image: "" +description: "Thoughts about some topic" draft: true --- -- cgit v1.1