Update gasbuddy_rssfeed_test_00a.rss

This commit is contained in:
2026-08-03 02:10:51 -07:00
parent 411b9fc1db
commit 54cac3e123
+18
View File
@@ -0,0 +1,18 @@
{
"version": "https://jsonfeed.org/version/1",
"title": "My Example Feed",
"home_page_url": "https://example.org/",
"feed_url": "https://example.org/feed.json",
"items": [
{
"id": "2",
"content_text": "This is a second item.",
"url": "https://example.org/second-item"
},
{
"id": "1",
"content_html": "<p>Hello, world!</p>",
"url": "https://example.org/initial-post"
}
]
}