diff options
| author | Track3 <pengliabc@live.cn> | 2018-12-24 22:17:22 +0800 |
|---|---|---|
| committer | Track3 <pengliabc@live.cn> | 2018-12-24 22:17:22 +0800 |
| commit | feb4c387174eb035abe10354f4dd626a5c399e90 (patch) | |
| tree | 6120738f2efc44585027b2570302e8c2ae06febe /archetypes/posts.md | |
| parent | 0abf3ea0125f3666c486c0da9edb4d238e510103 (diff) | |
| download | hermit-feb4c387174eb035abe10354f4dd626a5c399e90.tar.gz | |
Add basic toc support
Diffstat (limited to 'archetypes/posts.md')
| -rw-r--r-- | archetypes/posts.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archetypes/posts.md b/archetypes/posts.md index aaa57c6..099f5bb 100644 --- a/archetypes/posts.md +++ b/archetypes/posts.md @@ -2,6 +2,7 @@ title: "{{ replace .Name "-" " " | title }}" date: {{ .Date }} draft: true +toc: false featuredImg: "" tags: - tag |
