diff options
author | Tommy Chen <tommy351@gmail.com> | 2012-06-03 04:54:03 +0200 |
---|---|---|
committer | Tommy Chen <tommy351@gmail.com> | 2012-06-03 04:54:03 +0200 |
commit | 315d340cd34aaa7a83681a1046e651b455dc28b0 (patch) | |
tree | dc24e50a02cbdca6af7aa8223ffefe56d40e982c /source | |
parent | e5d005329467a035cc778f1fcf6f6e4a5167a500 (diff) | |
download | octopress-theme-jeyzu-315d340cd34aaa7a83681a1046e651b455dc28b0.zip octopress-theme-jeyzu-315d340cd34aaa7a83681a1046e651b455dc28b0.tar.gz |
fixed too long archive link
Diffstat (limited to 'source')
-rw-r--r-- | source/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/index.html b/source/index.html index 95c6a20..8e29816 100644 --- a/source/index.html +++ b/source/index.html @@ -14,5 +14,5 @@ layout: default {% if paginator.next_page %} <a href="{{paginator.next_page}}" class="next">Next</a> {% endif %} - <a href="{{ root_url }}/blog/archives" class="center">Blog Archives</a> + <div class="center"><a href="{{ root_url }}/blog/archives">Blog Archives</a></div> </nav>
\ No newline at end of file |