diff --git a/_config.yml b/_config.yml index f1efb4f..97c15ff 100644 --- a/_config.yml +++ b/_config.yml @@ -53,7 +53,7 @@ valine: # Get more information on http://ibruce.info/2015/04/04/busuanzi/ busuanzi_count: # count values only if the other configs are false - enable: false + enable: true # custom uv span for the whole site site_uv: true site_uv_header: @@ -63,7 +63,7 @@ busuanzi_count: site_pv_header: site_pv_footer: # custom pv span for one page only - page_pv: false + page_pv: true page_pv_header: page_pv_footer: diff --git a/layout/common/valine.ejs b/layout/common/valine.ejs index cf031a5..065ae26 100755 --- a/layout/common/valine.ejs +++ b/layout/common/valine.ejs @@ -1,15 +1,18 @@ <% if(theme.valine.enable && theme.valine.appid && theme.valine.appkey) { %>