diff options
| author | Track3 <34504964+Track3@users.noreply.github.com> | 2018-12-28 23:24:34 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-12-28 23:24:34 +0800 |
| commit | c7ebd82a83c4fd854407f9695d22c4d969cd49ca (patch) | |
| tree | f05d3f1f73ae78a08932e788d565bb35ff7aa40c /archetypes/posts.md | |
| parent | 1770524126121164f3b566fa74d88db536d644d3 (diff) | |
| parent | 451d527ae61cc47bf11d63d3d03054384e1bd237 (diff) | |
| download | hermit-c7ebd82a83c4fd854407f9695d22c4d969cd49ca.tar.gz | |
Merge pull request #18 from Track3/feature-toc
Add support for Table of Contents
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 |
