diff --git a/layout/comment/counter.ejs b/layout/comment/counter.ejs index 326f8cd..0c64cda 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/common/head.ejs b/layout/common/head.ejs index 8821295..19ebf62 100644 --- a/layout/common/head.ejs +++ b/layout/common/head.ejs @@ -1,5 +1,5 @@ - +> <%