mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-04-18 05:51:13 +00:00
Minor documentation update for sitemaps
This commit is contained in:
parent
c6c2868c58
commit
7ad348ffa7
1 changed files with 4 additions and 4 deletions
|
|
@ -17,7 +17,7 @@ using the ``wagtail.contrib.wagtailsitemaps`` module.
|
|||
|
||||
The usage of these views is otherwise identical, which means that
|
||||
customisation and caching of the sitemaps are done using the default Django
|
||||
patterns. See for in-depth information the Django documentation.
|
||||
patterns. See the Django documentation for in-depth information.
|
||||
|
||||
|
||||
Basic configuration
|
||||
|
|
@ -117,6 +117,6 @@ Serving multiple sitemaps
|
|||
~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
If you want to support the sitemap indexes from Django then you will need to
|
||||
use the index view from ``wagtail.contrib.sitemaps.views`` instead of the
|
||||
index view from ``django.contrib.sitemaps.views``. Please see for further
|
||||
details the Django documentation.
|
||||
use the index view from ``wagtail.contrib.sitemaps.views`` instead of the index
|
||||
view from ``django.contrib.sitemaps.views``. Please see the Django
|
||||
documentation for further details.
|
||||
|
|
|
|||
Loading…
Reference in a new issue