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