diff --git a/entries/sitemaps.py b/entries/sitemaps.py index 4a969c0..4148d4d 100644 --- a/entries/sitemaps.py +++ b/entries/sitemaps.py @@ -8,6 +8,6 @@ class EntriesSitemap(sitemaps.Sitemap): def lastmod(self, entry): return entry.updated - + def location(self, entry): return entry.url