Skip to content

Commit

Permalink
Merge pull request #6 from jerryc127/jerryc127-patch-6
Browse files Browse the repository at this point in the history
Update article.ejs
  • Loading branch information
jerryc127 committed Jul 10, 2018
2 parents a9942e5 + ad82a18 commit c197f1b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion layout/_partial/article.ejs
Expand Up @@ -27,6 +27,9 @@
<% if (!index && theme.donate.enable){ %>
<%- partial('donate') %>
<% } %>
<% if (!index && theme.copyright.enable){ %>
<%- partial('copyright') %>
<% } %>
<% if (!index && post.comments && (theme.gentie_productKey || theme.duoshuo_shortname || theme.disqus_shortname || theme.uyan_uid || theme.wumii || theme.livere_shortname)){ %>
<%- partial('comment') %>
<% } %>
Expand All @@ -53,4 +56,4 @@
<% } %>
</div>
</aside>
<% } %>
<% } %>

0 comments on commit c197f1b

Please sign in to comment.