Fechin 6 years ago
parent
commit
2895a7edf9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      layout/_partial/post/gitalk.ejs

+ 1 - 1
layout/_partial/post/gitalk.ejs

@@ -1,4 +1,4 @@
-<% if (theme.gitalk.clientID != ''){%>
+<% if (theme.gitalk != undefined){ %>
     <div id='gitalk-container' class="comment link"
         data-ae='<%=theme.gitalk.autoExpand%>'
         data-ci='<%=theme.gitalk.clientID%>'