From 094cfa5dd94842b00e89aca7220f7341e89d8edf Mon Sep 17 00:00:00 2001 From: Joshua Wolfe Date: Fri, 4 May 2018 00:24:02 -0400 Subject: feat(config): add option to hide header and footer for a post (#58) --- archetypes/default.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'archetypes') diff --git a/archetypes/default.md b/archetypes/default.md index 4e385b5..1049a50 100644 --- a/archetypes/default.md +++ b/archetypes/default.md @@ -23,6 +23,9 @@ mathjax: false mathjaxEnableSingleDollar: false mathjaxEnableAutoNumber: false +# You unlisted posts you might want not want the header or footer to show +hideHeaderAndFooter: false + flowchartDiagrams: enable: false options: "" -- cgit v1.2.3