Skip to content

Commit

Permalink
fix JSON feed url
Browse files Browse the repository at this point in the history
  • Loading branch information
patdryburgh committed Aug 25, 2018
1 parent d6798b7 commit 4eeec1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion feed.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ layout: null
"version": "https://jsonfeed.org/version/1",
"title": "{{ site.title | xml_escape }}",
"home_page_url": "{{ site.baseurl | absolute_url }}",
"feed_url": "{{ "/feed/index.json" | absolute_url }}",
"feed_url": "{{ "/feed.json" | absolute_url }}",
"description": {{ site.description | jsonify }},
"icon": "{{ site.icon | absolute_url }}",
"favicon": "{{ "/favicon.ico" | absolute_url }}",
Expand Down

0 comments on commit 4eeec1a

Please sign in to comment.