Unify article permalink frontmatter

This commit is contained in:
Helen Chong 2024-07-18 10:18:03 +08:00
parent f6ea7996ad
commit de39b9e0c3
3 changed files with 3 additions and 4 deletions

View File

@ -1,6 +1,7 @@
{
"tags": ["articles", "contents", "feed items"],
"layout": "main/content",
"permalink": "/articles/{{ page.fileSlug }}/",
"isArticle": true,
"eleventyComputed": {
"title": "{{ articleTitle }} | Articles",

View File

@ -1,4 +1,3 @@
{
"tags": "featured articles",
"permalink": "/articles/{{ page.fileSlug }}/"
"tags": "featured articles"
}

View File

@ -1,4 +1,3 @@
{
"tags": "my articles",
"permalink": "/articles/{{ page.fileSlug }}/"
"tags": "my articles"
}