diff --git a/layout/common/article-meta-info.ejs b/layout/common/article-meta-info.ejs index 7ac590f..b94ddb1 100644 --- a/layout/common/article-meta-info.ejs +++ b/layout/common/article-meta-info.ejs @@ -2,7 +2,7 @@ - <%= date(articleObject.date, 'YYYY-MM-DD HH:mm:ss') %> + <%= date(articleObject.date, is_post() ? 'YYYY-MM-DD HH:mm:ss' : 'YYYY-MM-DD') %> @@ -32,4 +32,12 @@ <% } %> + + + <% if (theme.busuanzi_count.page_pv && is_post()) { %> + + + + <% } %> + \ No newline at end of file diff --git a/source/css/layout/variables.styl b/source/css/layout/variables.styl index 11bc267..19e97d5 100644 --- a/source/css/layout/variables.styl +++ b/source/css/layout/variables.styl @@ -53,7 +53,7 @@ $nav-selected-color = #4a4a4a $a-color = #666 // 超链接a标签悬浮颜色 -$a-hover-color = #135bce +$a-hover-color = #c625ce // 按钮颜色 $button-color = $default-font-color