--- layout: default is_post: true ---
{% assign post = page %} {% include blog/post/article.html %}
{% if site.disqus_short_name and post.date < site.disqus_end_date and page.comments == true %}

Comments

{% include blog/post/disqus_thread.html %}
{% include javascripts/disqus.html %} {% endif %} {% if page.comments == true and post.date > site.disqus_end_date %}
{% endif %}