blob: d2c87ce349fb183a0a986476f2d7c98e21e75393 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
---
layout: default
single: true
---
<article>
{% include article.html %}
{% if site.disqus_short_name %}
<div id="disqus_thread">{% include disqus_thread.html %}</div>
{% endif %}
</article>
|