summaryrefslogtreecommitdiffstats
path: root/source/_layouts/post.html
blob: fac9a41f2e5ab065a8d18a20c420c3a710bddda6 (plain)
1
2
3
4
5
6
7
8
9
10
---
layout: default
single: true
---

<article class="post">{% include article.html %}</article>
<section id="comment">
    <h1 class="title">留言</h1>
    <div id="disqus_thread" aria-live="polite">{% include post/disqus_thread.html %}</div>
</section>