Fix blog post urls
This commit is contained in:
parent
b3d214426c
commit
4b52993d7b
@ -1,5 +1,5 @@
|
||||
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 }}/"
|
||||
}
|
Loading…
Reference in New Issue
Block a user