Unify article permalink frontmatter
This commit is contained in:
parent
f6ea7996ad
commit
de39b9e0c3
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"tags": ["articles", "contents", "feed items"],
|
||||
"layout": "main/content",
|
||||
"permalink": "/articles/{{ page.fileSlug }}/",
|
||||
"isArticle": true,
|
||||
"eleventyComputed": {
|
||||
"title": "{{ articleTitle }} | Articles",
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
{
|
||||
"tags": "featured articles",
|
||||
"permalink": "/articles/{{ page.fileSlug }}/"
|
||||
"tags": "featured articles"
|
||||
}
|
|
@ -1,4 +1,3 @@
|
|||
{
|
||||
"tags": "my articles",
|
||||
"permalink": "/articles/{{ page.fileSlug }}/"
|
||||
"tags": "my articles"
|
||||
}
|
Loading…
Reference in New Issue