From 61e6ce9ba208a74e60f70bcab66427186eeef2af Mon Sep 17 00:00:00 2001 From: Daniel Demmel Date: Mon, 4 Nov 2013 19:35:18 +0000 Subject: [PATCH] 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. --- _includes/rss-item.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/rss-item.xml b/_includes/rss-item.xml index d74227cd2..76f016477 100644 --- a/_includes/rss-item.xml +++ b/_includes/rss-item.xml @@ -1,6 +1,6 @@ {{item.title | xml_escape}} - http://mapbox.com{{item.url}} + {{site.baseurl}}{{item.url}} {{item.content | markdownify | xml_escape}} {{item.date | date_to_xmlschema}} SITE NAME