sitemap should return the full url

This commit is contained in:
Robert Clark 2014-07-09 12:09:19 -04:00 committed by Karl Hobley
parent 7207ab02af
commit 5766224808

View file

@ -774,7 +774,7 @@ class Page(six.with_metaclass(PageBase, MP_Node, ClusterableModel, indexed.Index
return [
{
'location': self.url,
'location': self.full_url,
'lastmod': latest_revision.created_at if latest_revision else None
}
]