commit 904db11a96be774fda2809cc31c67a6e4520bf33 parent c24d34e0ee0744c63bcb539776fd23ede99f5277 Author: mpizzzle <m@michaelpercival.xyz> Date: Tue, 30 Jun 2020 13:51:25 +0100 updating rss feed to see if it fixes blog Diffstat:
| M | rss.xml | | | 13 | +++++++++++++ |
1 file changed, 13 insertions(+), 0 deletions(-)
diff --git a/rss.xml b/rss.xml @@ -1,3 +1,13 @@ +<!-- <?xml-stylesheet type="text/css" href="rss.css" ?> --> +<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"> +<channel> +<title>Michael Percival's Blog</title> +<description> +Updates from Michael Percival. Give this file to your RSS feeder to receive blog updates. +</description> +<language>en-us</language> +<link>https://michaelpercival.xyz/rss.xml</link> +<atom:link href="https://michaelpercival.xyz/rss.xml" rel="self" type="application/rss+xml"/> <!-- LB --> <item> @@ -29,3 +39,6 @@ This is a test blog post! ]]></description> </item> + +</channel> +</rss>