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/index.html | |
parent | eaae7b43a67bb826d514f966d00cef0137ab6367 (diff) | |
download | octopress-theme-jeyzu-c680e3682bd6c422180380c15dc7d13d260cb5d1.zip octopress-theme-jeyzu-c680e3682bd6c422180380c15dc7d13d260cb5d1.tar.gz |
english l10n
Diffstat (limited to 'source/index.html')
-rw-r--r-- | source/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source/index.html b/source/index.html index fdf16e1..95c6a20 100644 --- a/source/index.html +++ b/source/index.html @@ -9,10 +9,10 @@ layout: default {% endfor %} <nav id="pagenavi"> {% if paginator.previous_page %} - <a href="{{paginator.previous_page}}" class="prev">上一頁</a> + <a href="{{paginator.previous_page}}" class="prev">Prev</a> {% endif %} {% if paginator.next_page %} - <a href="{{paginator.next_page}}" class="next">下一頁</a> + <a href="{{paginator.next_page}}" class="next">Next</a> {% endif %} - <a href="{{ root_url }}/blog/archives" class="center">文章彙整</a> + <a href="{{ root_url }}/blog/archives" class="center">Blog Archives</a> </nav>
\ No newline at end of file |