Skip to content

Commit

Permalink
Removed hardcoded mapbox.com URL from RSS item
Browse files Browse the repository at this point in the history
I personally used ``{{site.prose.siteurl}}`` in my project though to make things work smoothly both locally and live.
  • Loading branch information
Daniel Demmel committed Nov 4, 2013
1 parent 30daece commit 61e6ce9
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 61e6ce9

Please sign in to comment.