Skip to content

Commit

Permalink
Fix RSS feed (I think?)
Browse files Browse the repository at this point in the history
  • Loading branch information
arp242 committed Jun 21, 2018
1 parent 71a2eda commit f360248
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion feed.xml
Expand Up @@ -4,7 +4,7 @@ layout: null
<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>{{ site.title | xml_escape }}</title>
<title>arp242.net</title>
<description>{{ site.description | xml_escape }}</description>
<link>{{ site.url }}{{ site.baseurl }}/</link>
<atom:link href="{{ "/feed.xml" | prepend: site.baseurl | prepend: site.url }}" rel="self" type="application/rss+xml"/>
Expand Down

0 comments on commit f360248

Please sign in to comment.