mirror of
https://github.com/metagov/govarch-website.git
synced 2025-06-19 01:23:10 +00:00
fix JSON feed url
This commit is contained in:
@ -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 }}",
|
||||
|
Reference in New Issue
Block a user