Merge pull request #83 from aboutDavid/master
Update JSONfeed version to 1.1 and add "language" field
This commit is contained in:
commit
0669be339f
@ -1,6 +1,7 @@
|
||||
{
|
||||
"title": "Your Blog Name",
|
||||
"url": "https://example.com/",
|
||||
"language": "en",
|
||||
"description": "I am writing about my experiences as a naval navel-gazer.",
|
||||
"feed": {
|
||||
"subtitle": "I am writing about my experiences as a naval navel-gazer.",
|
||||
|
@ -4,8 +4,9 @@ permalink: "{{ metadata.jsonfeed.path }}"
|
||||
eleventyExcludeFromCollections: true
|
||||
---
|
||||
{
|
||||
"version": "https://jsonfeed.org/version/1",
|
||||
"version": "https://jsonfeed.org/version/1.1",
|
||||
"title": "{{ metadata.title }}",
|
||||
"language" "{{ metadata.language }}",
|
||||
"home_page_url": "{{ metadata.url }}",
|
||||
"feed_url": "{{ metadata.jsonfeed.url }}",
|
||||
"description": "{{ metadata.description }}",
|
||||
|
Loading…
Reference in New Issue
Block a user