diff options
author | SkyArrow <tommy351@gmail.com> | 2012-01-24 14:56:22 +0100 |
---|---|---|
committer | SkyArrow <tommy351@gmail.com> | 2012-01-24 14:56:22 +0100 |
commit | b9f724758535d76ed193e76366d4149b58e0502a (patch) | |
tree | 0f2bbbd8e41ae3353079f28aa6223176d0fcf73b | |
parent | 15ae738f7e7bcbd0340eff9b8a422c789053699d (diff) | |
download | octopress-theme-jeyzu-b9f724758535d76ed193e76366d4149b58e0502a.zip octopress-theme-jeyzu-b9f724758535d76ed193e76366d4149b58e0502a.tar.gz |
post layout
-rw-r--r-- | source/_layouts/post.html | 16 |
1 files changed, 5 insertions, 11 deletions
diff --git a/source/_layouts/post.html b/source/_layouts/post.html index b21698c..fbc6ef6 100644 --- a/source/_layouts/post.html +++ b/source/_layouts/post.html @@ -3,14 +3,8 @@ 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 +<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>
\ No newline at end of file |