---
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 %}
{% include javascripts/disqus.html %}
{% endif %}
{% if page.comments == true and post.date > site.disqus_end_date %}
{% endif %}