Clean up the JSON code a bit (don’t need that extra filter)
This commit is contained in:
@ -1,20 +1,20 @@
|
||||
{
|
||||
"title": "Your Blog Name",
|
||||
"url": "https://myurl.com/",
|
||||
"url": "https://example.com/",
|
||||
"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.",
|
||||
"filename": "feed.xml",
|
||||
"path": "/feed/feed.xml",
|
||||
"id": "https://myurl.com/"
|
||||
"id": "https://example.com/"
|
||||
},
|
||||
"jsonfeed": {
|
||||
"path": "/feed/feed.json",
|
||||
"url": "https://myurl.com/feed/feed.json"
|
||||
"url": "https://example.com/feed/feed.json"
|
||||
},
|
||||
"author": {
|
||||
"name": "Your Name Here",
|
||||
"email": "youremailaddress@example.com",
|
||||
"url": "https://myurl.com/"
|
||||
"url": "https://example.com/about-me/"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user