From ed7f45f60ce328a0ca7112f57f04c236e983490c Mon Sep 17 00:00:00 2001 From: Devon Campbell Date: Tue, 29 Nov 2022 20:00:24 -0800 Subject: [PATCH] Switch to git Last Modified for more control over date ordering without having to manually set dates --- src/blog/the-old-web.md | 2 +- src/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/blog/the-old-web.md b/src/blog/the-old-web.md index 851adfa..41b1d73 100644 --- a/src/blog/the-old-web.md +++ b/src/blog/the-old-web.md @@ -1,7 +1,7 @@ --- title: The Old Web layout: article.njk -date: Last Modified +date: git Last Modified tags: post excerpt: I got tired of the commercial web, so I went looking for the Old Web. I'm talking about the web where people made pages just because they wanted to share something, not because they wanted to sell something. Fortunately, I found it. A lot of it. --- diff --git a/src/index.md b/src/index.md index b539c4c..1b047c3 100644 --- a/src/index.md +++ b/src/index.md @@ -1,7 +1,7 @@ --- title: Home layout: article.njk -date: Last Modified +date: git Last Modified --- **Last updated {{ page.date | formatDatetimeForHumans }}**