mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-03-23 09:20:29 +00:00
sitemap should return the full url
This commit is contained in:
parent
7207ab02af
commit
5766224808
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in a new issue