Add feed items tag

This commit is contained in:
Helen Chong 2024-04-16 22:10:22 +08:00
parent ed3ff98440
commit c9d5c02e7a
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
{
"tags": "articles",
"tags": ["articles", "feed items"],
"layout": "main/article",
"eleventyComputed": {
"title": "{{ articleTitle }} | Articles"

View File

@ -1,6 +1,6 @@
{
"layout": "main/article",
"tags": "posts",
"tags": ["posts", "feed items"],
"eleventyComputed": {
"title": "{{ articleTitle }} | Blog"
}

View File

@ -1,4 +1,4 @@
{
"tags": "changelogs",
"tags": ["changelogs", "feed items"],
"permalink": false
}