extend achetypes by addional page settings

This commit is contained in:
OCram85 2021-12-23 11:06:49 +01:00
parent 00186ad40d
commit 891343060e

View File

@ -2,5 +2,15 @@
title: "{{ replace .Name "-" " " | title }}" title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }} date: {{ .Date }}
draft: true draft: true
---
# lastmod: {{ .Date}}
# showDateUpdated: true
# custom overrides for pages
# showDate: false
# showAuthor: false
# showWordCount: false
# showReadingTime: false
# showEdit: false
# sharingLinks: [null]
---