summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
Diffstat (limited to 'source')
-rw-r--r--source/_layouts/post.html16
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