lewisdale.dev/src/blog/posts/posts.11tydata.js
Lewis Dale 41ac4e447b
All checks were successful
Build and copy to prod / build-and-copy (push) Successful in 1m42s
Git created dates?
2024-03-07 14:56:20 +00:00

6 lines
165 B
JavaScript

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