diff options
author | SkyArrow <tommy351@gmail.com> | 2012-01-24 18:04:19 +0100 |
---|---|---|
committer | SkyArrow <tommy351@gmail.com> | 2012-01-24 18:04:19 +0100 |
commit | 7688d26354567ac7ed1c6001fa484d0438900559 (patch) | |
tree | 2cc521858e635caa2e1d091766930d815072462e /source/_layouts/post.html | |
parent | fc8296d162d8a9dc69ba295763b37b32532a2d1f (diff) | |
download | octopress-theme-jeyzu-7688d26354567ac7ed1c6001fa484d0438900559.zip octopress-theme-jeyzu-7688d26354567ac7ed1c6001fa484d0438900559.tar.gz |
comment
Diffstat (limited to 'source/_layouts/post.html')
-rw-r--r-- | source/_layouts/post.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/_layouts/post.html b/source/_layouts/post.html index fbc6ef6..fac9a41 100644 --- a/source/_layouts/post.html +++ b/source/_layouts/post.html @@ -4,7 +4,7 @@ single: true --- <article class="post">{% include article.html %}</article> -<section id="comments"> - <h3>留言</h3> +<section id="comment"> + <h1 class="title">留言</h1> <div id="disqus_thread" aria-live="polite">{% include post/disqus_thread.html %}</div> </section>
\ No newline at end of file |