Git created dates?
All checks were successful
Build and copy to prod / build-and-copy (push) Successful in 1m42s

This commit is contained in:
Lewis Dale 2024-03-07 14:56:20 +00:00
parent fc889f23da
commit 41ac4e447b

View File

@ -2,5 +2,5 @@ module.exports = {
tags: ['posts'], tags: ['posts'],
layout: 'post.njk', layout: 'post.njk',
permalink: "/post/{{ data.slug if data.slug else title | slugify }}/", permalink: "/post/{{ data.slug if data.slug else title | slugify }}/",
date: "git Last Modified" date: "git Created"
} }