From 64d80fa8d34526092a41b0ecaaee193a0771ba11 Mon Sep 17 00:00:00 2001 From: Leilukin 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" }