From 8095a587690296b9c0a0f3893817f7e89ea34816 Mon Sep 17 00:00:00 2001 From: Tom A <64917571+realdeadbeef@users.noreply.github.com> Date: Fri, 21 Oct 2022 17:51:57 +0100 Subject: [PATCH] Make post archetype file easier to read changed to make the file easier to read --- archetypes/posts.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/archetypes/posts.md b/archetypes/posts.md index 9cacca3..d54c961 100644 --- a/archetypes/posts.md +++ b/archetypes/posts.md @@ -1,4 +1,4 @@ -+++ +``` title = "{{ replace .TranslationBaseName "-" " " | title }}" date = "{{ .Date }}" author = "" @@ -10,4 +10,4 @@ description = "" showFullContent = false readingTime = false hideComments = false -+++ +```