mirror of
https://github.com/WatchOutNewsAgency/wona.github.com.git
synced 2026-01-01 01:16:26 +00:00
changed post layout so that blog posts default to comments being turned on
This commit is contained in:
@ -17,7 +17,7 @@ single: true
|
||||
{% endunless %}
|
||||
</footer>
|
||||
</article>
|
||||
{% if site.disqus_short_name and page.comments == true %}
|
||||
{% if site.disqus_short_name and page.comments != false %}
|
||||
<section>
|
||||
<h1>Comments</h1>
|
||||
<div id="disqus_thread">{% include post/disqus_thread.html %}</div>
|
||||
|
||||
Reference in New Issue
Block a user