diff options
Diffstat (limited to 'source/_layouts')
-rw-r--r-- | source/_layouts/page.html | 2 | ||||
-rw-r--r-- | source/_layouts/post.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/source/_layouts/page.html b/source/_layouts/page.html index 886029e..166e209 100644 --- a/source/_layouts/page.html +++ b/source/_layouts/page.html @@ -11,7 +11,7 @@ layout: default {% include post/sharing.html %} {% if site.disqus_short_name and page.comments == true %} <section id="comment"> - <h1 class="title">留言</h1> + <h1 class="title">Comments</h1> <div id="disqus_thread" aria-live="polite">{% include post/disqus_thread.html %}</div> </section> {% endif %}
\ No newline at end of file diff --git a/source/_layouts/post.html b/source/_layouts/post.html index 27f7125..bab0f87 100644 --- a/source/_layouts/post.html +++ b/source/_layouts/post.html @@ -7,7 +7,7 @@ single: true {% include post/sharing.html %} {% if site.disqus_short_name and page.comments == true %} <section id="comment"> - <h1 class="title">留言</h1> + <h1 class="title">Comments</h1> <div id="disqus_thread" aria-live="polite">{% include post/disqus_thread.html %}</div> </section> {% endif %}
\ No newline at end of file |