Refactored latest posts and with a correct sort. Uses dates on posts rather than file creation dates (unreliable).

This commit is contained in:
Zach Leatherman
2018-09-30 00:09:09 -05:00
parent e2028fd551
commit 2402ba4887
7 changed files with 16 additions and 8 deletions

View File

@ -1,5 +1,6 @@
---
title: This is my first post.
date: 2018-05-01
tags:
- post
- another-tag

View File

@ -1,5 +1,6 @@
---
title: This is my fourth post.
date: 2018-09-30
tags: second-tag
layout: layouts/post.njk
---

View File

@ -1,5 +1,6 @@
---
title: This is my second post.
date: 2018-07-04
tags:
- post
- number-2

View File

@ -1,5 +1,6 @@
---
title: This is my third post.
date: 2018-08-24
tags:
- post
- second-tag