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/posts.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/posts.md')
-rw-r--r-- | archetypes/posts.md | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/archetypes/posts.md b/archetypes/posts.md deleted file mode 100644 index 46d491a..0000000 --- a/archetypes/posts.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -title: "{{ replace .Name "-" " " | title }}" -date: {{ dateFormat "2006-01-02T00:00:00" .Date }} -draft: true ---- - |