Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/josephhutch/aether.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Hutchinson <hutch7995@gmail.com>2020-01-30 04:58:40 +0300
committerJoe Hutchinson <hutch7995@gmail.com>2020-01-30 04:58:40 +0300
commit6fbdae4bbb87830e1e0678da88dfb071768f69f0 (patch)
tree1ba518ff9bc575a85e0360d0c593684fe1935817
parent73fb5c3b636bfad4bfa80805148b2259625bf729 (diff)
Add table of contents param to posts archetype
-rw-r--r--archetypes/posts.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/archetypes/posts.md b/archetypes/posts.md
index e05d86f..3e44e17 100644
--- a/archetypes/posts.md
+++ b/archetypes/posts.md
@@ -3,6 +3,7 @@ title: "{{ replace .TranslationBaseName "-" " " | title }}"
date: {{ .Date }}
description: ""
categories: []
+toc: false
dropCap: true
displayInMenu: false
displayInList: true