Refactored latest posts and with a correct sort. Uses dates on posts rather than file creation dates (unreliable).
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: This is my first post.
|
||||
date: 2018-05-01
|
||||
tags:
|
||||
- post
|
||||
- another-tag
|
||||
|
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: This is my fourth post.
|
||||
date: 2018-09-30
|
||||
tags: second-tag
|
||||
layout: layouts/post.njk
|
||||
---
|
||||
|
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: This is my second post.
|
||||
date: 2018-07-04
|
||||
tags:
|
||||
- post
|
||||
- number-2
|
||||
|
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: This is my third post.
|
||||
date: 2018-08-24
|
||||
tags:
|
||||
- post
|
||||
- second-tag
|
||||
|
Reference in New Issue
Block a user