diff options
author | Paul Duncan <pabs@pablotron.org> | 2021-10-15 01:40:59 -0400 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2021-10-15 01:40:59 -0400 |
commit | cf5c64562b4f3d8992efc77fdf7878607443d8fa (patch) | |
tree | 2dbebd712299365c8eb42ec94b2121296b50cf6c /themes | |
parent | b2d2bcec831172c237481fee25abf071c5c1a3c6 (diff) | |
download | pablotron.org-cf5c64562b4f3d8992efc77fdf7878607443d8fa.tar.bz2 pablotron.org-cf5c64562b4f3d8992efc77fdf7878607443d8fa.zip |
add archetypes/posts.md
Diffstat (limited to 'themes')
-rw-r--r-- | themes/hugo-pt2021/archetypes/posts.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/themes/hugo-pt2021/archetypes/posts.md b/themes/hugo-pt2021/archetypes/posts.md new file mode 100644 index 0000000..9b527d6 --- /dev/null +++ b/themes/hugo-pt2021/archetypes/posts.md @@ -0,0 +1,7 @@ +--- +slug: {{.Name}} +title: "{{ replace .Name "-" " " | title }}" +date: "{{now}}" +draft: true +--- +Longer description of {{.Name}} |