From 95c9d8a88b1166db34dac05443b7e53e48ce21e4 Mon Sep 17 00:00:00 2001 From: Willy Chen Date: Fri, 4 Oct 2019 14:17:39 +0800 Subject: [PATCH] Fix Disqus Style --- layout/_third-party/comments.ejs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layout/_third-party/comments.ejs b/layout/_third-party/comments.ejs index 2543fd2..ec24df9 100644 --- a/layout/_third-party/comments.ejs +++ b/layout/_third-party/comments.ejs @@ -27,7 +27,7 @@ <% if (enableDisqus) { %>
-
 <%- __('post.comments_placeholder', 'Disqus') %>
+
 <%- __('post.comments_placeholder', 'Disqus') %>
<% } %>