agiliq/django-blogango

Lastmod is wrong in sitemap.xml

Closed this issue · 1 comments

Lastmod is getting set to first created, not last modified.

http://agiliq.com/blog/sitemap.xml

We might need three timestamp fields,

  • created
  • first_published
  • last_updated

After fixing #31, created_on is the same as first_published. A new field publish_date is created for last_updated. Users need to add 'django.contrib.sitemaps' to settings.INSTALLED_APPS to use django's sitemap framework.