Add feed items tag

This commit is contained in:
Leilukin 2024-04-16 22:10:22 +08:00 committed by Helen Chong
parent 4dcd784fd9
commit f5a82b42eb
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
}