Skip to content

Commit 61e6ce9

Browse files
author
Daniel Demmel
committed
Removed hardcoded mapbox.com URL from RSS item
I personally used ``{{site.prose.siteurl}}`` in my project though to make things work smoothly both locally and live.
1 parent 30daece commit 61e6ce9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/rss-item.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<item>
22
<title>{{item.title | xml_escape}}</title>
3-
<link>http://mapbox.com{{item.url}}</link>
3+
<link>{{site.baseurl}}{{item.url}}</link>
44
<description>{{item.content | markdownify | xml_escape}}</description>
55
<pubDate>{{item.date | date_to_xmlschema}}</pubDate>
66
<dc:creator>SITE NAME</dc:creator>

0 commit comments

Comments
 (0)