aboutsummaryrefslogtreecommitdiff
path: root/source/_layouts/post.html
blob: 3b568349e129943c4c69fe6b13d66cfae0671477 (plain)
1
2
3
4
5
6
7
8
9
10
---
layout: default
---

<article>
  {% include article.html %}
  {% if site.disqus_short_name %}
    <div id="disqus_thread">{% include disqus_thread.html %}</div>
  {% endif %}
</article>