sort posts reversed (newest last)
This commit is contained in:
@ -13,7 +13,7 @@ layout: default
|
||||
</div>
|
||||
<hr/>
|
||||
|
||||
{% for post in site.posts %}
|
||||
{% for post in site.posts reversed %}
|
||||
{% capture id %}{{ post.id | remove:'/' | downcase }}{% endcapture %}
|
||||
<div id="{{id}}" class="section p-{{id}}">
|
||||
{% if post.icon %}
|
||||
|
||||
Reference in New Issue
Block a user