diff options
Diffstat (limited to 'source/_layouts/post.html')
-rw-r--r-- | source/_layouts/post.html | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/source/_layouts/post.html b/source/_layouts/post.html new file mode 100644 index 0000000..b21698c --- /dev/null +++ b/source/_layouts/post.html @@ -0,0 +1,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>
\ No newline at end of file |