aboutsummaryrefslogtreecommitdiff
path: root/archetypes/post.md
diff options
context:
space:
mode:
authoruser <user@localhost.localdomain>2023-10-20 22:49:31 -0400
committeruser <user@localhost.localdomain>2023-10-20 22:49:31 -0400
commit6bfd84ae2c7aad006c3bc84cdce9aebf894cbe62 (patch)
treeadcce31c689d3e63ab3ea8bd36f9ac384eca4cad /archetypes/post.md
parentcf6c17546bc40d41c169279ad7b8f60bf0888ab3 (diff)
add summary for books
Diffstat (limited to 'archetypes/post.md')
-rw-r--r--archetypes/post.md2
1 files changed, 2 insertions, 0 deletions
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 @@
1--- 1---
2title: "{{ replace .File.ContentBaseName "-" " " | title }}" 2title: "{{ replace .File.ContentBaseName "-" " " | title }}"
3date: {{ .Date }} 3date: {{ .Date }}
4image: ""
5description: "Thoughts about some topic"
4draft: true 6draft: true
5--- 7---