fix archive

This commit is contained in:
Jörg Thalheim 2013-06-09 22:47:01 +02:00
parent 93c699091f
commit c6071fa10a
3 changed files with 3 additions and 11 deletions

View File

@ -1,4 +1,4 @@
<ul class="main">
<li><a href="{{ root_url }}/">Blog</a></li>
<li><a href="{{ root_url }}/blog/archives">Archives</a></li>
<li><a href="{{ root_url }}/archives">Archives</a></li>
</ul>

View File

@ -1,8 +0,0 @@
---
layout: default
title: Blog Archives
---
{% for post in site.posts reverse %}
{% include archive_post.html %}
{% endfor %}

View File

@ -14,5 +14,5 @@ layout: default
{% if paginator.next_page %}
<a href="{{paginator.next_page}}" class="next">Next</a>
{% endif %}
<div class="center"><a href="{{ root_url }}/blog/archives">Blog Archives</a></div>
</nav>
<div class="center"><a href="{{ root_url }}/archives">Blog Archives</a></div>
</nav>