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 -+++ +```