From cdfb03a5d5bd802ecb5d4dd87a52e4d96b95aef9 Mon Sep 17 00:00:00 2001 From: xuma Date: Sat, 13 Aug 2022 18:17:58 +0800 Subject: [PATCH] update --- _config.butterfly.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_config.butterfly.yml b/_config.butterfly.yml index 8c5c35b4..65670d30 100644 --- a/_config.butterfly.yml +++ b/_config.butterfly.yml @@ -159,13 +159,13 @@ post_meta: date_type: created # created or updated or both 文章頁日期是創建日或者更新日或都顯示 date_format: date # date/relative 顯示日期還是相對日期 categories: true # true or false 文章頁是否顯示分類 - tags: false # true or false 文章頁是否顯示標籤 + tags: true # true or false 文章頁是否顯示標籤 label: true # true or false 顯示描述性文字 # wordcount (字數統計) # see https://butterfly.js.org/posts/ceeb73f/#字數統計 wordcount: - enable: false + enable: true post_wordcount: true min2read: true total_wordcount: true