aboutsummaryrefslogtreecommitdiff
path: root/themes/classic/source/_layouts/post.html
blob: 5f55e89fc1dd74fe82ce3440eecbc7de6e415a92 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
---
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>