aboutsummaryrefslogtreecommitdiff
path: root/archetypes
diff options
context:
space:
mode:
authorNicholas Johnson <nick@nicholasjohnson.ch>2022-12-06 00:00:00 +0000
committerNicholas Johnson <nick@nicholasjohnson.ch>2022-12-06 00:00:00 +0000
commit4cddcc49f68379b85ef50994ed834303a06034e2945fc9359d0a734db3b8d44a (patch)
tree9026121a3f7de7d4b62e32682eaf153ef42f5598deaeeb2fbd6c106570fa99c9 /archetypes
parent388120efecf61a26006043fb734424fe7cc0fb2a2ee1bcaaa1e01c498d2b13d9 (diff)
Show page info by default on entries only
Diffstat (limited to 'archetypes')
-rw-r--r--archetypes/default.md1
-rw-r--r--archetypes/entry.md1
2 files changed, 1 insertions, 1 deletions
diff --git a/archetypes/default.md b/archetypes/default.md
index 6a08b27..174e99f 100644
--- a/archetypes/default.md
+++ b/archetypes/default.md
@@ -1,5 +1,6 @@
---
title: "{{ replace .Name "-" " " | title }}"
draft: true
+pageinfo: false
---
diff --git a/archetypes/entry.md b/archetypes/entry.md
index 7334064..46d491a 100644
--- a/archetypes/entry.md
+++ b/archetypes/entry.md
@@ -2,6 +2,5 @@
title: "{{ replace .Name "-" " " | title }}"
date: {{ dateFormat "2006-01-02T00:00:00" .Date }}
draft: true
-pageinfo: true
---