We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30daece commit 61e6ce9Copy full SHA for 61e6ce9
_includes/rss-item.xml
@@ -1,6 +1,6 @@
1
<item>
2
<title>{{item.title | xml_escape}}</title>
3
- <link>http://mapbox.com{{item.url}}</link>
+ <link>{{site.baseurl}}{{item.url}}</link>
4
<description>{{item.content | markdownify | xml_escape}}</description>
5
<pubDate>{{item.date | date_to_xmlschema}}</pubDate>
6
<dc:creator>SITE NAME</dc:creator>
0 commit comments