Add contents tag
This commit is contained in:
parent
f5a82b42eb
commit
64d80fa8d3
@ -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…
x
Reference in New Issue
Block a user