1
0
Fork 0

New archive handling, and an adjustment to the existing archive

This commit is contained in:
Luca Beltrame 2015-05-24 11:13:45 +02:00
parent 897a130e29
commit 4c4d9c5696
3 changed files with 44 additions and 1 deletions

View file

@ -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">