summaryrefslogtreecommitdiffstats
path: root/source/_layouts
diff options
context:
space:
mode:
authorSkyArrow <tommy351@gmail.com>2012-01-25 03:10:40 +0100
committerSkyArrow <tommy351@gmail.com>2012-01-25 03:10:40 +0100
commitc680e3682bd6c422180380c15dc7d13d260cb5d1 (patch)
tree166cf3f152e0fdd707b42a50c2ae7b5d1b68a0ef /source/_layouts
parenteaae7b43a67bb826d514f966d00cef0137ab6367 (diff)
downloadoctopress-theme-jeyzu-c680e3682bd6c422180380c15dc7d13d260cb5d1.zip
octopress-theme-jeyzu-c680e3682bd6c422180380c15dc7d13d260cb5d1.tar.gz
english l10n
Diffstat (limited to 'source/_layouts')
-rw-r--r--source/_layouts/page.html2
-rw-r--r--source/_layouts/post.html2
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