diff options
author | Michal Sapka <michal@sapka.me> | 2022-09-04 21:53:43 +0200 |
---|---|---|
committer | Michal Sapka <michal@sapka.me> | 2022-09-04 21:53:43 +0200 |
commit | 5935048466e015eeecbaa8c24173605496494253 (patch) | |
tree | 3ed009d76535efa597a2091b5ec1f11b147e4888 | |
parent | e941a57aa1e1d784399ee2679456583f4ba66fee (diff) |
feat(rss): add migration notice
-rw-r--r-- | public/en/index.xml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/public/en/index.xml b/public/en/index.xml new file mode 100644 index 0000000..6888fd5 --- /dev/null +++ b/public/en/index.xml @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="utf-8" standalone="yes"?> +<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> + <channel> + <title>Michał's website</title> + <link>https://michal.sapka.pl/en/</link> + <description>Recent content on Michał's website</description> + <generator>Hugo -- gohugo.io</generator> + <language>en-us</language> + <lastBuildDate>Mon, 28 Mar 2022 23:29:00 +0200</lastBuildDate><atom:link href="https://michal.sapka.pl/en/index.xml" rel="self" type="application/rss+xml" /> + <item> + <title>RSS feed moved</title> + <link>https://michal.sapka.pl/</link> + <pubDate>Mon, 02 Sept 2022 21:10:00 +0200</pubDate> + + <guid>https://michal.sapka.pl</guid> + <description>The RSS feed has moved. Please go to https://michal.sapka.pl and update the bookmark</description> + </item> + </channel> +</rss> + |