summaryrefslogtreecommitdiffstats
path: root/source/_layouts/post.html
blob: b21698cf1a7f4c3c84d6b20b79f5f08dc3cb375d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
layout: default
single: true
---

<section id="main_col" class="left">
    <article class="post">{% include article.html %}</article>
    <section id="comments">
        <h3>留言</h3>
        <div id="disqus_thread" aria-live="polite">{% include post/disqus_thread.html %}</div>
    </section>
</section>
{% unless page.sidebar == false %}
{% include asides.html %}
{% endunless %}
<div class="clear"></div>