summaryrefslogtreecommitdiffstats
path: root/source/_layouts/post.html
diff options
context:
space:
mode:
authorSkyArrow <tommy351@gmail.com>2012-01-24 14:53:22 +0100
committerSkyArrow <tommy351@gmail.com>2012-01-24 14:53:22 +0100
commit1c574d24b7fdd482499fa9553c19342b6a4d391e (patch)
tree3381ce235c72044d6fa76243e9d6948c737a6e4f /source/_layouts/post.html
downloadoctopress-theme-jeyzu-1c574d24b7fdd482499fa9553c19342b6a4d391e.zip
octopress-theme-jeyzu-1c574d24b7fdd482499fa9553c19342b6a4d391e.tar.gz
created
Diffstat (limited to 'source/_layouts/post.html')
-rw-r--r--source/_layouts/post.html16
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