We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42d393c commit d1d424eCopy full SHA for d1d424e
feed.xml
@@ -2,7 +2,10 @@
2
layout: none
3
---
4
<?xml version="1.0" encoding="UTF-8" ?>
5
-<rss version="2.0" xmlns:media="http://search.yahoo.com/mrss/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
+<rss version="2.0"
6
+ xmlns:media="http://search.yahoo.com/mrss/"
7
+ xmlns:content="http://purl.org/rss/1.0/modules/content/"
8
+ xmlns:atom="http://www.w3.org/2005/Atom">
9
<channel>
10
<title>{{ site.title }}</title>
11
<link>{{ site.url }}</link>
0 commit comments