Merge pull request #107 from WillyChen123/fix-disqus-style

Fix Disqus Style
i18n
Mr. X 5 years ago committed by GitHub
commit 6b59c7bf8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      layout/_third-party/comments.ejs

@ -27,7 +27,7 @@
<% if (enableDisqus) { %>
<section id="comments">
<div id="disqus_thread">
<div><i class='fas fa-exclamation-triangle'>&nbsp;<%- __('post.comments_placeholder', 'Disqus') %></div>
<div><i class='fas fa-exclamation-triangle'></i>&nbsp;<%- __('post.comments_placeholder', 'Disqus') %></div>
</div>
</section>
<% } %>

Loading…
Cancel
Save