fix archive
This commit is contained in:
parent
93c699091f
commit
c6071fa10a
@ -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>
|
||||
|
@ -1,8 +0,0 @@
|
||||
---
|
||||
layout: default
|
||||
title: Blog Archives
|
||||
---
|
||||
|
||||
{% for post in site.posts reverse %}
|
||||
{% include archive_post.html %}
|
||||
{% endfor %}
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user