extend achetypes by addional page settings
This commit is contained in:
parent
00186ad40d
commit
891343060e
@ -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]
|
||||||
|
---
|
||||||
|
Loading…
Reference in New Issue
Block a user