Initial munge of the site.

This commit is contained in:
Parker Moore
2015-03-13 15:28:30 -07:00
parent 447dd346c1
commit 5f1624d6f5
7 changed files with 30 additions and 35 deletions
+2 -2
View File
@@ -4,8 +4,8 @@ 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>
<description>{{ site.description | xml_escape }}</description>
<title>{{ site.data.site.title | xml_escape }}</title>
<description>{{ site.data.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"/>
<pubDate>{{ site.time | date_to_rfc822 }}</pubDate>