michal-sapka-me

Codebase for my homepage.
git clone git://vcs.sapka.me/michal-sapka-me
Log | Files | Refs

commit 5935048466e015eeecbaa8c24173605496494253
parent e941a57aa1e1d784399ee2679456583f4ba66fee
Author: Michal Sapka <michal@sapka.me>
Date:   Sun,  4 Sep 2022 21:53:43 +0200

feat(rss): add migration notice

Diffstat:
Apublic/en/index.xml | 20++++++++++++++++++++
1 file changed, 20 insertions(+), 0 deletions(-)

diff --git a/public/en/index.xml 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ł&#39;s website</title> + <link>https://michal.sapka.pl/en/</link> + <description>Recent content on Michał&#39;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> +