commit 99a47ee8d0b1301b4708efc0467e793b31d284a5 Author: ppoffice Date: Thu Apr 7 10:53:51 2016 +0800 chore: add insight search hash support & fix commit counter link issue diff --git a/layout/comment/counter.ejs b/layout/comment/counter.ejs index 0c64cda..5684d4d 100644 --- a/layout/comment/counter.ejs +++ b/layout/comment/counter.ejs @@ -1,9 +1,9 @@ <% if (post.comments) { %> <% if (theme.comment.disqus) { %> - <%= __('article.comments') %> + <%= __('article.comments') %> <% } else if (theme.comment.duoshuo) { %> - <%= __('article.comments') %> + <%= __('article.comments') %> <% } else if (theme.comment.youyan) { %> - <%= __('article.comments') %> + <%= __('article.comments') %> <% } %> <% } %> \ No newline at end of file diff --git a/layout/search/insight.ejs b/layout/search/insight.ejs index 26ca74a..aa3f250 100644 --- a/layout/search/insight.ejs +++ b/layout/search/insight.ejs @@ -13,9 +13,9 @@