From cda4e76a0a6a65bac9255e78dbe2729b6a9aa617 Mon Sep 17 00:00:00 2001 From: Daniel Kraus Date: Tue, 17 Sep 2024 07:13:39 +0200 Subject: [PATCH] Improve frontmatter of post archetype. --- archetypes/posts/index.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/archetypes/posts/index.md b/archetypes/posts/index.md index eca81b3..0aacd6d 100644 --- a/archetypes/posts/index.md +++ b/archetypes/posts/index.md @@ -1,8 +1,11 @@ --- title: "{{ replace .Name "-" " " | title }}" -desription: +description: date: {{ .Date }} draft: false -ShowLastmod: true +# ShowLastmod: true +toc: false +scrolltotop: true +tags: [] ---