Add contents tag

This commit is contained in:
Helen Chong 2024-04-16 22:11:20 +08:00
parent c9d5c02e7a
commit 9fdd6ffe6d
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"
}