Make post archetype file easier to read

changed to make the file easier to read
This commit is contained in:
Tom A 2022-10-21 17:51:57 +01:00 committed by GitHub
parent 788ab99b3d
commit 8095a58769
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
+++ ```
title = "{{ replace .TranslationBaseName "-" " " | title }}" title = "{{ replace .TranslationBaseName "-" " " | title }}"
date = "{{ .Date }}" date = "{{ .Date }}"
author = "" author = ""
@ -10,4 +10,4 @@ description = ""
showFullContent = false showFullContent = false
readingTime = false readingTime = false
hideComments = false hideComments = false
+++ ```