diff options
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 |