diff options
author | Keith Mo <keith.mork@gmail.com> | 2018-06-01 00:06:14 +0800 |
---|---|---|
committer | olOwOlo <26087907+olOwOlo@users.noreply.github.com> | 2018-06-01 00:06:14 +0800 |
commit | 9033266c2f02e570658a9505c26b7a438030f664 (patch) | |
tree | 3b5dabd3e1d911e2b1541294ab67b89a09166f7b /archetypes | |
parent | e1781a29e6ab9e484899b3dad07db2ace261ff93 (diff) |
feat(post): add out-of-date content warning (#68)
Diffstat (limited to 'archetypes')
-rw-r--r-- | archetypes/default.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/archetypes/default.md b/archetypes/default.md index 1049a50..f4ff840 100644 --- a/archetypes/default.md +++ b/archetypes/default.md @@ -26,6 +26,10 @@ mathjaxEnableAutoNumber: false # You unlisted posts you might want not want the header or footer to show hideHeaderAndFooter: false +# You can enable or disable out-of-date content warning for individual post. +# Comment this out to use the global config. +#enableOutdatedInfoWarning: false + flowchartDiagrams: enable: false options: "" |