diff options
| author | Track3 <pengliabc@live.cn> | 2018-12-31 20:03:32 +0800 |
|---|---|---|
| committer | Track3 <pengliabc@live.cn> | 2018-12-31 20:08:04 +0800 |
| commit | 4b2192f2fa89f10d09fabc48105465865ef01943 (patch) | |
| tree | faf5519751b4994ccbeb1b8558295528317c2f87 /archetypes/posts.md | |
| parent | f5b68c452f6df102ee2e40e638cb8988798099ef (diff) | |
| download | hermit-4b2192f2fa89f10d09fabc48105465865ef01943.tar.gz | |
Use `images` instead of `featuredImg`
`featuredImg` and `bgImg` are preserved in case you want to use a different background image from metadata images
Diffstat (limited to 'archetypes/posts.md')
| -rw-r--r-- | archetypes/posts.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archetypes/posts.md b/archetypes/posts.md index 099f5bb..fe05261 100644 --- a/archetypes/posts.md +++ b/archetypes/posts.md @@ -3,8 +3,8 @@ title: "{{ replace .Name "-" " " | title }}" date: {{ .Date }} draft: true toc: false -featuredImg: "" +images: tags: - - tag + - untagged --- |
