aboutsummaryrefslogtreecommitdiff
path: root/archetypes
diff options
context:
space:
mode:
authorNicholas Johnson <nick@nicksphere.ch>2022-09-16 00:00:00 +0000
committerNicholas Johnson <nick@nicksphere.ch>2022-09-16 00:00:00 +0000
commitfe2d028c74ad35151412e94697bc6db06fbeaefdc40a9d65ee707ba0e7695f89 (patch)
tree13acf3c417190f3b88ac1a4b3e51cc114a4750f4b8a08a1d847ef1a5833769b4 /archetypes
parent8be0f23ffbdd5d89a6122d145e67d7bf735440fc97a58f5d5e8c0f9ca3d79e45 (diff)
Conditionally add page info to top of page
Diffstat (limited to 'archetypes')
-rw-r--r--archetypes/entry.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/archetypes/entry.md b/archetypes/entry.md
index 46d491a..7334064 100644
--- a/archetypes/entry.md
+++ b/archetypes/entry.md
@@ -2,5 +2,6 @@
title: "{{ replace .Name "-" " " | title }}"
date: {{ dateFormat "2006-01-02T00:00:00" .Date }}
draft: true
+pageinfo: true
---