summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTommy Chen <tommy351@gmail.com>2012-06-03 04:54:03 +0200
committerTommy Chen <tommy351@gmail.com>2012-06-03 04:54:03 +0200
commit315d340cd34aaa7a83681a1046e651b455dc28b0 (patch)
treedc24e50a02cbdca6af7aa8223ffefe56d40e982c
parente5d005329467a035cc778f1fcf6f6e4a5167a500 (diff)
downloadoctopress-theme-jeyzu-315d340cd34aaa7a83681a1046e651b455dc28b0.zip
octopress-theme-jeyzu-315d340cd34aaa7a83681a1046e651b455dc28b0.tar.gz
fixed too long archive link
-rw-r--r--source/index.html2
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