Add contents tag

This commit is contained in:
Leilukin 2024-04-16 22:11:20 +08:00 committed by Helen Chong
parent f5a82b42eb
commit 64d80fa8d3
2 changed files with 2 additions and 2 deletions

View File

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

View File

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