Add feed items tag
This commit is contained in:
parent
ed3ff98440
commit
c9d5c02e7a
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"tags": "articles",
|
"tags": ["articles", "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",
|
"tags": ["posts", "feed items"],
|
||||||
"eleventyComputed": {
|
"eleventyComputed": {
|
||||||
"title": "{{ articleTitle }} | Blog"
|
"title": "{{ articleTitle }} | Blog"
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{
|
{
|
||||||
"tags": "changelogs",
|
"tags": ["changelogs", "feed items"],
|
||||||
"permalink": false
|
"permalink": false
|
||||||
}
|
}
|
Loading…
Reference in New Issue