diff options
Diffstat (limited to 'source/_includes/archive_post.html')
-rw-r--r-- | source/_includes/archive_post.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/_includes/archive_post.html b/source/_includes/archive_post.html index b30e5d8..751d157 100644 --- a/source/_includes/archive_post.html +++ b/source/_includes/archive_post.html @@ -4,6 +4,6 @@ <span class="date">{{ post.date | date: "%b %e" }}</span> <span class="tags">{% include post/categories.html %}</span> {% if site.disqus_short_name and post.comments == true %} - <span class="comments"><a href="{% if index %}{{ root_url }}{{ post.url }}{% endif %}#disqus_thread">留言</a></span> + <span class="comments"><a href="{% if index %}{{ root_url }}{{ post.url }}{% endif %}#disqus_thread">Comments</a></span> {% endif %} </div>
\ No newline at end of file |