diff options
author | Zach Berwaldt <zberwaldt@tutamail.com> | 2023-09-27 21:50:42 -0400 |
---|---|---|
committer | Zach Berwaldt <zberwaldt@tutamail.com> | 2023-09-27 21:50:42 -0400 |
commit | b179606dac7cf36c490512146ad8ce898f7800b2 (patch) | |
tree | 5cdc1d48161bcb0bb2c3a4fe06e3bcd4cf14cd51 /archetypes/post.md | |
parent | f7ccee9be8569eb2efc2319554e49757f550c77f (diff) |
theme tweaks
Diffstat (limited to 'archetypes/post.md')
-rw-r--r-- | archetypes/post.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/archetypes/post.md b/archetypes/post.md index 7b017b9..d62ae73 100644 --- a/archetypes/post.md +++ b/archetypes/post.md | |||
@@ -1,3 +1,4 @@ | |||
1 | --- | 1 | --- |
2 | title: "{{ replace .File.ContentBaseName "-" " " | title }}" | 2 | title: "{{ replace .File.ContentBaseName "-" " " | title }}" |
3 | --- \ No newline at end of file | 3 | date: {{ .Date }} |
4 | --- | ||