From 10360ba95c2b2a79e3ff0f1b206ab75c438300cc Mon Sep 17 00:00:00 2001 From: Andreas Mieke Date: Sat, 6 Feb 2016 01:57:55 +0100 Subject: [PATCH] Changed sitemap for new routes --- gparser/sitemap.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gparser/sitemap.go b/gparser/sitemap.go index f07aa98..721746c 100644 --- a/gparser/sitemap.go +++ b/gparser/sitemap.go @@ -40,17 +40,17 @@ func GenerateSitemap() { temp.ChangeFreq = "hourly" temp.Priority = 1.0 uset.Url = append(uset.Url, temp) - temp.Location = config.C.SiteUrl + "/lets-play/" + temp.Location = config.C.SiteUrl + "/lets-play" temp.LastMod = time.Now() temp.ChangeFreq = "monthly" temp.Priority = 0.75 uset.Url = append(uset.Url, temp) - temp.Location = config.C.SiteUrl + "/testet/" + temp.Location = config.C.SiteUrl + "/testet" temp.LastMod = time.Now() temp.ChangeFreq = "monthly" temp.Priority = 0.75 uset.Url = append(uset.Url, temp) - temp.Location = config.C.SiteUrl + "/zeige/" + temp.Location = config.C.SiteUrl + "/zeige" temp.LastMod = time.Now() temp.ChangeFreq = "yearly" temp.Priority = 0.75