Add contents tag
This commit is contained in:
parent
c9d5c02e7a
commit
9fdd6ffe6d
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"tags": ["articles", "feed items"],
|
||||
"tags": ["articles", "contents", "feed items"],
|
||||
"layout": "main/article",
|
||||
"eleventyComputed": {
|
||||
"title": "{{ articleTitle }} | Articles"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"layout": "main/article",
|
||||
"tags": ["posts", "feed items"],
|
||||
"tags": ["posts", "contents", "feed items"],
|
||||
"eleventyComputed": {
|
||||
"title": "{{ articleTitle }} | Blog"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue