From ba47cdc7bf7a998f3fd990bdd27dc8302be9bc75 Mon Sep 17 00:00:00 2001 From: ppoffice Date: Fri, 11 Mar 2016 15:11:06 +0800 Subject: [PATCH] fix: comment counter link & html language attribute --- layout/comment/counter.ejs | 6 +++--- layout/common/head.ejs | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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 @@ - +> <%