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

<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>