diff options
author | Nicholas Johnson <nick@nicksphere.ch> | 2022-04-30 00:00:00 +0000 |
---|---|---|
committer | Nicholas Johnson <nick@nicksphere.ch> | 2022-04-30 00:00:00 +0000 |
commit | 0cff34b34570d441337624bd1174471d8117b24fc818bf24c3b5f4daaf8749f8 (patch) | |
tree | 7d1ab166804550dc0f2391689ffc3daffd458e32aacf7aa9e2064414520b6405 /archetypes/entry.md | |
parent | 3e570d9d8cce90b15c8f348b9f80f0accdf3446f1dab76077a0099d5494dc89c (diff) | |
download | hugo-theme-journal-0cff34b34570d441337624bd1174471d8117b24fc818bf24c3b5f4daaf8749f8.tar.gz hugo-theme-journal-0cff34b34570d441337624bd1174471d8117b24fc818bf24c3b5f4daaf8749f8.zip |
Update posts archetype to entry
Diffstat (limited to 'archetypes/entry.md')
-rw-r--r-- | archetypes/entry.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/archetypes/entry.md b/archetypes/entry.md new file mode 100644 index 0000000..46d491a --- /dev/null +++ b/archetypes/entry.md @@ -0,0 +1,6 @@ +--- +title: "{{ replace .Name "-" " " | title }}" +date: {{ dateFormat "2006-01-02T00:00:00" .Date }} +draft: true +--- + |