Skip to content

Commit

Permalink
Merge pull request #93 from shwilliam/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
zachleat authored Mar 20, 2021
2 parents 31b04f6 + 56c1c94 commit c10b171
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion feed/json.njk
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ eleventyExcludeFromCollections: true
{
"version": "https://jsonfeed.org/version/1.1",
"title": "{{ metadata.title }}",
"language" "{{ metadata.language }}",
"language": "{{ metadata.language }}",
"home_page_url": "{{ metadata.url }}",
"feed_url": "{{ metadata.jsonfeed.url }}",
"description": "{{ metadata.description }}",
Expand Down

0 comments on commit c10b171

Please sign in to comment.