summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosé Mota <josemota.net@gmail.com>2012-06-26 08:48:51 +0100
committerJosé Mota <josemota.net@gmail.com>2012-06-26 08:48:51 +0100
commit0b9b6054360671bfc2863340904daf61b640dd02 (patch)
tree460f21507a4053c2cde2ca67d2e66986b39e8693
parent124459194de72f79804ee352f899b95739ea03bf (diff)
Update RSS.
-rw-r--r--rss.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/rss.xml b/rss.xml
index 4722d0c..2018dad 100644
--- a/rss.xml
+++ b/rss.xml
@@ -4,10 +4,10 @@ layout: nil
<?xml version="1.0"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
- <title>coyled.com</title>
- <link>http://coyled.com/</link>
- <atom:link href="http://coyled.com/rss.xml" rel="self" type="application/rss+xml" />
- <description>stuff from coyled</description>
+ <title>José Mota - Blog</title>
+ <link>http://blog.josemota.net/</link>
+ <atom:link href="http://blog.josemota.net/rss.xml" rel="self" type="application/rss+xml" />
+ <description>Thoughts on Ruby, Javascript and acceptance.</description>
<language>en-us</language>
<pubDate>{{ site.time | date: "%a, %d %b %Y %H:%M:%S %z" }}</pubDate>
<lastBuildDate>{{ site.time | date: "%a, %d %b %Y %H:%M:%S %z" }}</lastBuildDate>
@@ -17,8 +17,8 @@ layout: nil
<title>{{ post.title }}</title>
<link>http://coyled.com{{ post.url }}</link>
<pubDate>{{ post.date | date: "%a, %d %b %Y %H:%M:%S %z" }}</pubDate>
- <author>coyled@coyled.com (Dave Coyle)</author>
- <guid>http://coyled.com{{ post.id }}</guid>
+ <author>José Mota</author>
+ <guid>http://blog.josemota.net{{ post.id }}</guid>
<description>{{ post.content | xml_escape }}</description>
</item>
{% endfor %}