package misc import ( "gitote/gitote/pkg/context" ) func Sitemap(c *context.Context) { c.Data["Title"] = "Sitemap" c.XML(200, "Yoginth") }