Skip to content

Commit

Permalink
Merge pull request prose#10 from daaain/patch-1
Browse files Browse the repository at this point in the history
Removed hardcoded mapbox.com URL from RSS item
  • Loading branch information
tristen committed Nov 4, 2013
2 parents 30daece + 61e6ce9 commit 3350ce7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/rss-item.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<item>
<title>{{item.title | xml_escape}}</title>
<link>http://mapbox.com{{item.url}}</link>
<link>{{site.baseurl}}{{item.url}}</link>
<description>{{item.content | markdownify | xml_escape}}</description>
<pubDate>{{item.date | date_to_xmlschema}}</pubDate>
<dc:creator>SITE NAME</dc:creator>
Expand Down

0 comments on commit 3350ce7

Please sign in to comment.