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 <HutchinsonJoseph@JohnDeere.com>2018-12-20 21:39:19 +0300
committerJoe Hutchinson <HutchinsonJoseph@JohnDeere.com>2018-12-20 21:39:19 +0300
commitc9c568012793e9370f74b81b3fca5f784d4c5322 (patch)
tree65c8c2f923103e0184f7ee17cab19baee8c9eacf /archetypes
parentb4fc6bf87d0055c0efb1afcfc5cff744d37a617e (diff)
Add front matter parameter to enable/disable drop cap at the beginning of a post
Diffstat (limited to 'archetypes')
-rw-r--r--archetypes/default.md1
-rw-r--r--archetypes/post.md1
2 files changed, 2 insertions, 0 deletions
diff --git a/archetypes/default.md b/archetypes/default.md
index c4ad9fc..ee29505 100644
--- a/archetypes/default.md
+++ b/archetypes/default.md
@@ -2,6 +2,7 @@
title: "{{ replace .TranslationBaseName "-" " " | title }}"
date: {{ .Date }}
description: ""
+dropCap: false
displayInMenu: false
displayInList: true
draft: true
diff --git a/archetypes/post.md b/archetypes/post.md
index b9b7e9e..f1f3e58 100644
--- a/archetypes/post.md
+++ b/archetypes/post.md
@@ -4,6 +4,7 @@ date: {{ .Date }}
description: ""
categories: []
featuredImage: ""
+dropCap: true
displayInMenu: false
displayInList: true
draft: true