diff options
Diffstat (limited to 'data.opml')
-rw-r--r-- | data.opml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/data.opml b/data.opml new file mode 100644 index 0000000..c79e3d8 --- /dev/null +++ b/data.opml @@ -0,0 +1,12 @@ +<?xml version="1.0"?> +<opml version="1.0"> + <head> + <title>Data</title> + </head> + <body> + <outline title="Data"> + <outline type="rss" xmlUrl="https://ourworldindata.org/atom.xml" htmlUrl="https://ourworldindata.org" title="Our World in Data - Research & Writing"/> + <outline type="rss" xmlUrl="https://ourworldindata.org/atom-data-insights.xml" htmlUrl="https://ourworldindata.org" title="Our World in Data - Daily Data Insights"/> + </outline> + </body> +</opml> |