Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit 1469ccf

Browse files
authored
Merge pull request #863 from darrylhein/patch-1
Update paths to sitemap templates
2 parents 82850f1 + 038e8b2 commit 1469ccf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

bundles/seo/configuration.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,8 @@ For details on the meaning of the sitemap configuration, see the
133133
defaults:
134134
default_change_frequency: always
135135
templates:
136-
html: :sitemap/index.html.twig
137-
xml: ::sitemap:index.xml.twig
136+
html: CmfSeoBundle:Sitemap:index.html.twig
137+
xml: CmfSeoBundle:Sitemap:index.xml.twig
138138
loaders:
139139
- _all
140140
guessers:
@@ -220,8 +220,8 @@ set.
220220
This hashmap specifies which template to use for the sitemap in each format.
221221
By default, you have:
222222

223-
* html: CmfSeoBundle:Sitemap:index.html.twig
224-
* xml: CmfSeoBundle:Sitemap:index.xml.twig
223+
* html: ``CmfSeoBundle:Sitemap:index.html.twig``
224+
* xml: ``CmfSeoBundle:Sitemap:index.xml.twig``
225225

226226
``loaders``
227227
***********

0 commit comments

Comments
 (0)