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