From a6e116452f8d3f0e043107a1e0d047256514457b Mon Sep 17 00:00:00 2001 From: olOwOlo <26087907+olOwOlo@users.noreply.github.com> Date: Wed, 31 Jan 2018 22:39:16 +0800 Subject: feat: add `postMetaInFooter` param add `postMetaInFooter` param to control the `contentCopyright` container, and now you can show the author and lastMod information without displaying the license. --- archetypes/default.md | 1 + 1 file changed, 1 insertion(+) (limited to 'archetypes') diff --git a/archetypes/default.md b/archetypes/default.md index 5a49b9e..79e85b3 100644 --- a/archetypes/default.md +++ b/archetypes/default.md @@ -14,6 +14,7 @@ author: "" comment: false toc: false autoCollapseToc: false +postMetaInFooter: false # You can also define another contentCopyright. e.g. contentCopyright: "This is another copyright." contentCopyright: false reward: false -- cgit v1.2.3