New archive handling, and an adjustment to the existing archive
This commit is contained in:
parent
897a130e29
commit
4c4d9c5696
3 changed files with 44 additions and 1 deletions
|
@ -14,7 +14,7 @@ permalink: "archive/"
|
|||
|
||||
<dl class="accordion" data-accordion>
|
||||
{% assign counter = 1 %}
|
||||
{% for post in site.posts limit:1000 %}
|
||||
{% for post in site.posts limit:1000 reversed %}
|
||||
<dd class="accordion-navigation">
|
||||
<a href="#panel{{ counter }}"><span class="iconfont"></span> {% if post.subheadline %}{{ post.subheadline }} › {% endif %}<strong>{{ post.title }}</strong></a>
|
||||
<div id="panel{{ counter }}" class="content">
|
||||
|
|
Reference in a new issue