aboutsummaryrefslogtreecommitdiff
path: root/themes/classic/source/_layouts/post.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/classic/source/_layouts/post.html')
-rw-r--r--themes/classic/source/_layouts/post.html24
1 files changed, 0 insertions, 24 deletions
diff --git a/themes/classic/source/_layouts/post.html b/themes/classic/source/_layouts/post.html
deleted file mode 100644
index 5f55e89f..00000000
--- a/themes/classic/source/_layouts/post.html
+++ /dev/null
@@ -1,24 +0,0 @@
----
-layout: default
-single: true
----
-
-<article class="hentry">
- {% include article.html %}
- {% unless page.no_meta %}
- <footer>
- <p class="meta">
- {% include post_author.html %}
- {% include post_date.html %}
- {% include post_categories.html %}
- {% include sharing.html %}
- </p>
- </footer>
- {% endunless %}
- {% if site.disqus_short_name %}
- <section>
- <h1>Comments</h1>
- <div id="disqus_thread">{% include disqus_thread.html %}</div>
- </section>
- {% endif %}
-</article>