Refactored latest posts and with a correct sort. Uses dates on posts rather than file creation dates (unreliable).
This commit is contained in:
@@ -3,10 +3,10 @@ layout: layouts/home.njk
|
||||
tags:
|
||||
- nav
|
||||
navtitle: Archive
|
||||
permalink: posts/index.html
|
||||
permalink: /posts/
|
||||
---
|
||||
|
||||
<h1>Blog post archive</h1>
|
||||
<h1>Archive</h1>
|
||||
|
||||
{% set postslist = collections.posts %}
|
||||
{% include "postslist.njk" %}
|
||||
|
||||
Reference in New Issue
Block a user