aboutsummaryrefslogtreecommitdiff
path: root/.themes/classic/source/index.html
diff options
context:
space:
mode:
authorFrederic Hemberger <mail@frederic-hemberger.de>2011-10-17 18:50:28 +0200
committerFrederic Hemberger <mail@frederic-hemberger.de>2011-10-17 18:50:28 +0200
commit1362e9d57bb936b4762aed946a7d51bf3ee3ac90 (patch)
tree48584093025a990050e5fc3eb01aeb7299774821 /.themes/classic/source/index.html
parentffa68a1fe3585237f1a63fdffcd8d3d929e2b10e (diff)
downloadmy_new_personal_website-1362e9d57bb936b4762aed946a7d51bf3ee3ac90.tar.xz
my_new_personal_website-1362e9d57bb936b4762aed946a7d51bf3ee3ac90.zip
Removes <nav> for Pagination links, fixes #216
Diffstat (limited to '.themes/classic/source/index.html')
-rw-r--r--.themes/classic/source/index.html20
1 files changed, 9 insertions, 11 deletions
diff --git a/.themes/classic/source/index.html b/.themes/classic/source/index.html
index e2eb6211..a114e5a8 100644
--- a/.themes/classic/source/index.html
+++ b/.themes/classic/source/index.html
@@ -10,17 +10,15 @@ layout: default
{% include article.html %}
</article>
{% endfor %}
- <nav class="pagination">
- <div>
- {% if paginator.next_page %}
- <a class="prev" href="{{paginator.next_page}}">&larr; Older</a>
- {% endif %}
- <a href="/blog/archives">Blog Archives</a>
- {% if paginator.previous_page %}
- <a class="next" href="{{paginator.previous_page}}">Newer &rarr;</a>
- {% endif %}
- </div>
- </nav>
+ <div class="pagination">
+ {% if paginator.next_page %}
+ <a class="prev" href="{{paginator.next_page}}">&larr; Older</a>
+ {% endif %}
+ <a href="/blog/archives">Blog Archives</a>
+ {% if paginator.previous_page %}
+ <a class="next" href="{{paginator.previous_page}}">Newer &rarr;</a>
+ {% endif %}
+ </div>
</div>
<aside class="sidebar">
{% if site.blog_index_asides.size %}