Use git last modified as date
All checks were successful
Build and copy to prod / build-and-copy (push) Successful in 1m47s
All checks were successful
Build and copy to prod / build-and-copy (push) Successful in 1m47s
This commit is contained in:
parent
acdde1cbee
commit
bf3d4fcf1b
@ -1,5 +1,6 @@
|
||||
module.exports = {
|
||||
tags: ['posts'],
|
||||
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"
|
||||
}
|
Loading…
Reference in New Issue
Block a user