diff options
| author | Track3 <pengliabc@live.cn> | 2018-10-23 13:15:50 +0800 |
|---|---|---|
| committer | Track3 <pengliabc@live.cn> | 2018-10-23 13:15:50 +0800 |
| commit | 44dbcd6f34c676cefbacf12f18d9883c597a681a (patch) | |
| tree | 86610dc396b64baf3f2c4ef00a3b84dc6c1d2bde /archetypes/posts.md | |
| download | hermit-44dbcd6f34c676cefbacf12f18d9883c597a681a.tar.gz | |
First commit
Diffstat (limited to 'archetypes/posts.md')
| -rw-r--r-- | archetypes/posts.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/archetypes/posts.md b/archetypes/posts.md new file mode 100644 index 0000000..aaa57c6 --- /dev/null +++ b/archetypes/posts.md @@ -0,0 +1,9 @@ +--- +title: "{{ replace .Name "-" " " | title }}" +date: {{ .Date }} +draft: true +featuredImg: "" +tags: + - tag +--- + |
