sitemap should return the full url

pull/457/merge
Robert Clark 2014-07-09 12:09:19 -04:00 zatwierdzone przez Karl Hobley
rodzic 7207ab02af
commit 5766224808
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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
}
]