aboutsummaryrefslogtreecommitdiff
path: root/source/_layouts/post.html
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--source/_layouts/post.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/source/_layouts/post.html b/source/_layouts/post.html
new file mode 100644
index 00000000..3b568349
--- /dev/null
+++ b/source/_layouts/post.html
@@ -0,0 +1,10 @@
+---
+layout: default
+---
+
+<article>
+ {% include article.html %}
+ {% if site.disqus_short_name %}
+ <div id="disqus_thread">{% include disqus_thread.html %}</div>
+ {% endif %}
+</article>