diff options
author | SkyArrow <tommy351@gmail.com> | 2012-01-25 03:10:40 +0100 |
---|---|---|
committer | SkyArrow <tommy351@gmail.com> | 2012-01-25 03:10:40 +0100 |
commit | c680e3682bd6c422180380c15dc7d13d260cb5d1 (patch) | |
tree | 166cf3f152e0fdd707b42a50c2ae7b5d1b68a0ef /source/_includes/article.html | |
parent | eaae7b43a67bb826d514f966d00cef0137ab6367 (diff) | |
download | octopress-theme-jeyzu-c680e3682bd6c422180380c15dc7d13d260cb5d1.zip octopress-theme-jeyzu-c680e3682bd6c422180380c15dc7d13d260cb5d1.tar.gz |
english l10n
Diffstat (limited to 'source/_includes/article.html')
-rw-r--r-- | source/_includes/article.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/_includes/article.html b/source/_includes/article.html index ddb24f3..0829616 100644 --- a/source/_includes/article.html +++ b/source/_includes/article.html @@ -9,7 +9,7 @@ <div class="date">{% include post/date.html %}{{ time }}</div> <div class="tags">{% include post/categories.html %}</div> {% if site.disqus_short_name and post.comments == true and site.disqus_show_comment_count == true %} - <div class="comments"><a href="{% if index %}{{ root_url }}{{ post.url }}{% endif %}#disqus_thread">留言</a></div> + <div class="comments"><a href="{% if index %}{{ root_url }}{{ post.url }}{% endif %}#disqus_thread">Comments</a></div> {% endif %} </div> {% else %} @@ -19,7 +19,7 @@ <div class="date">{% include post/date.html %}{{ time }}</div> <div class="tags">{% include post/categories.html %}</div> {% if site.disqus_short_name and page.comments == true and site.disqus_show_comment_count == true %} - <div class="comments"><a href="{% if index %}{{ root_url }}{{ post.url }}{% endif %}#disqus_thread">留言</a></div> + <div class="comments"><a href="{% if index %}{{ root_url }}{{ post.url }}{% endif %}#disqus_thread">Comments</a></div> {% endif %} </div> {% endif %}
\ No newline at end of file |