diff options
-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 |