diff --git a/_config.yml b/_config.yml index 05a2323..8a293c4 100644 --- a/_config.yml +++ b/_config.yml @@ -38,8 +38,12 @@ progressBar: ture # 文章配置 # 文章太长,截断按钮文字(在需要截断的行增加此标记:) excerpt_link: 阅读更多... + +# 是否开启文章分享按钮 +share_enable: true # 文章分享文字 share_text: 分享 + # 分页文字 nav_text: page_prev: 上一页 diff --git a/layout/_partial/article.ejs b/layout/_partial/article.ejs index 7e790ec..26d6832 100644 --- a/layout/_partial/article.ejs +++ b/layout/_partial/article.ejs @@ -41,8 +41,9 @@ <% } %>