cmd/sitemap: fix validation error
Created by: slimsag
<changefreq>
and <priority>
tags are illegal under <sitemap>
according to
Google's validator, so remove them. The Go package definition is wrong here because
URL is a shared type between <sitemapindex>
and <sitemap>
.
Signed-off-by: Stephen Gutekanst [email protected]