diff --git a/templates/modules/pageMetaVariable.html b/templates/modules/pageMetaVariable.html index a05ac54..41e225f 100644 --- a/templates/modules/pageMetaVariable.html +++ b/templates/modules/pageMetaVariable.html @@ -3,21 +3,21 @@ diff --git a/templates/modules/postMetaVariable.html b/templates/modules/postMetaVariable.html index 81ecff5..38b5a98 100644 --- a/templates/modules/postMetaVariable.html +++ b/templates/modules/postMetaVariable.html @@ -7,7 +7,7 @@ metas_enable_page_meta: /*[[${#annotations.getOrDefault(post, 'enable_page_meta','true')}]]*/ true, metas_enable_passage_tips: /*[[${#annotations.getOrDefault(post, 'enable_passage_tips', 'true')}]]*/ true, metas_enable_collect_check: /*[[${#annotations.getOrDefault(post, 'enable_collect_check', 'true')}]]*/ true, - metas_use_raw_content: /*[[${#annotations.getOrDefault(post, 'use_raw_content', 'true')}]]*/ false, + metas_use_raw_content: /*[[${#annotations.getOrDefault(post, 'use_raw_content', 'false')}]]*/ false, metas_enable_comment: /*[[${#annotations.getOrDefault(post, 'enable_comment', 'true')}]]*/ true, metas_enable_toc: /*[[${#annotations.getOrDefault(post, 'enable_comment', 'true')}]]*/ true, metas_toc_depth: /*[[${#annotations.getOrDefault(post, 'toc_depth', 0)}]]*/ 0,