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

github.com/VVelox/hugo-dusky-neon-potato.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZane C. Bowers-Hadley <vvelox@vvelox.net>2018-09-24 12:29:42 +0300
committerZane C. Bowers-Hadley <vvelox@vvelox.net>2018-09-24 12:29:42 +0300
commit50cfca0fd0b08ec3fe473177ea4075ce054db6bc (patch)
tree6c7168878a983279dba2eb26ac3b9db4540d3370
parentd1d0ecfd3c7ecc263d7316f9e45b998f979632db (diff)
correct the no_pagination line
-rw-r--r--archetypes/default.md2
-rw-r--r--archetypes/default.org2
2 files changed, 2 insertions, 2 deletions
diff --git a/archetypes/default.md b/archetypes/default.md
index a8db1d1..03aca65 100644
--- a/archetypes/default.md
+++ b/archetypes/default.md
@@ -4,5 +4,5 @@ date: {{ .Date }}
thumbnail: "path/thumbnail.jpg"
draft: true
sort_tables: false
-no_pagination = false
+no_pagination: false
---
diff --git a/archetypes/default.org b/archetypes/default.org
index d375b15..0ce9114 100644
--- a/archetypes/default.org
+++ b/archetypes/default.org
@@ -4,6 +4,6 @@ date: {{ .Date }}
thumbnail: "path/thumbnail.jpg"
draft: true
sort_tables: false
-no_pagination = false
+no_pagination: false
---