mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
[1.11.x] Fixed incorrect namespace in sitemap example.
Backport of 274ca99982
from master
This commit is contained in:
parent
b183abfc8d
commit
f11c0008bc
1 changed files with 1 additions and 1 deletions
|
@ -456,7 +456,7 @@ generate a Google News compatible sitemap:
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<urlset
|
||||
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
|
||||
xmlns:news="https://www.google.com/schemas/sitemap-news/0.9">
|
||||
xmlns:news="http://www.google.com/schemas/sitemap-news/0.9">
|
||||
{% spaceless %}
|
||||
{% for url in urlset %}
|
||||
<url>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue