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