Set defaults for _posts
- layout ~> post.html - enable comments
This commit is contained in:
@ -32,7 +32,7 @@ layout: default
|
||||
</footer>
|
||||
</div><!-- /.article-wrap -->
|
||||
|
||||
{% if site.owner.disqus-shortname and page.comments == true %}
|
||||
{% if site.disqus_shortname and page.comments %}
|
||||
<section id="disqus_thread"></section><!-- /#disqus_thread -->
|
||||
{% endif %}
|
||||
</article>
|
||||
|
Reference in New Issue
Block a user