From 9fdd6ffe6dae32d4351ed72633898ffbbb4c757c Mon Sep 17 00:00:00 2001 From: Helen Chong <119173961+helenclx@users.noreply.github.com> Date: Tue, 16 Apr 2024 22:11:20 +0800 Subject: [PATCH] Add contents tag --- src/articles/articles.11tydata.json | 2 +- src/blog/posts/posts.11tydata.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/articles/articles.11tydata.json b/src/articles/articles.11tydata.json index 59a81622..5a332057 100644 --- a/src/articles/articles.11tydata.json +++ b/src/articles/articles.11tydata.json @@ -1,5 +1,5 @@ { - "tags": ["articles", "feed items"], + "tags": ["articles", "contents", "feed items"], "layout": "main/article", "eleventyComputed": { "title": "{{ articleTitle }} | Articles" diff --git a/src/blog/posts/posts.11tydata.json b/src/blog/posts/posts.11tydata.json index 84b1c1a1..af01b67e 100644 --- a/src/blog/posts/posts.11tydata.json +++ b/src/blog/posts/posts.11tydata.json @@ -1,6 +1,6 @@ { "layout": "main/article", - "tags": ["posts", "feed items"], + "tags": ["posts", "contents", "feed items"], "eleventyComputed": { "title": "{{ articleTitle }} | Blog" }