41ac4e447b
All checks were successful
Build and copy to prod / build-and-copy (push) Successful in 1m42s
6 lines
165 B
JavaScript
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"
|
|
} |