diff options
Diffstat (limited to 'source/_layouts/page.html')
| -rw-r--r-- | source/_layouts/page.html | 2 | 
1 files changed, 1 insertions, 1 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 | 
