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",
|
"layout": "main/article",
|
||||||
"eleventyComputed": {
|
"eleventyComputed": {
|
||||||
"title": "{{ articleTitle }} | Articles"
|
"title": "{{ articleTitle }} | Articles"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"layout": "main/article",
|
"layout": "main/article",
|
||||||
"tags": ["posts", "feed items"],
|
"tags": ["posts", "contents", "feed items"],
|
||||||
"eleventyComputed": {
|
"eleventyComputed": {
|
||||||
"title": "{{ articleTitle }} | Blog"
|
"title": "{{ articleTitle }} | Blog"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue