Set defaults for _posts

- layout ~> post.html
- enable comments
This commit is contained in:
Michael Rose
2016-02-23 10:47:43 -05:00
parent 063bcd1dc3
commit 0bb176b456
10 changed files with 17 additions and 19 deletions

View File

@ -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>