From fefd7e19f5e331f85418030a61bd993664ca08a3 Mon Sep 17 00:00:00 2001 From: Quincy Larson Date: Thu, 30 Apr 2015 17:22:14 -0700 Subject: [PATCH] update the sitemap to new news path --- views/resources/sitemap.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/resources/sitemap.jade b/views/resources/sitemap.jade index 7d7c7b1c1c..1460e240ec 100644 --- a/views/resources/sitemap.jade +++ b/views/resources/sitemap.jade @@ -60,7 +60,7 @@ urlset(xmlns="http://www.sitemaps.org/schemas/sitemap/0.9") //- Stories each story in stories url - loc #{appUrl}/stories/#{story.replace(/\s/g, '-')} + loc #{appUrl}/news/#{story.replace(/\s/g, '-')} lastmod= now changefreq daily priority= 0.9