Git created dates?
All checks were successful
Build and copy to prod / build-and-copy (push) Successful in 1m42s
All checks were successful
Build and copy to prod / build-and-copy (push) Successful in 1m42s
This commit is contained in:
parent
fc889f23da
commit
41ac4e447b
@ -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"
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user