We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8885c00 commit 7eed2d2Copy full SHA for 7eed2d2
1 file changed
src/templates/pages/sitemap.txp
@@ -0,0 +1,21 @@
1
+<?xml version="1.0" encoding="UTF-8"?><txp:header value="application/xml; charset=utf-8" />
2
+<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
3
+<url>
4
+ <loc><txp:site_url /></loc>
5
+</url>
6
+<txp:section_list break="" exclude="sitemap">
7
8
+ <loc><txp:section url /></loc>
9
10
+</txp:section_list>
11
+<txp:article_custom section="plugins" limit="9999">
12
13
+ <loc><txp:permlink /></loc>
14
15
+</txp:article_custom>
16
+<txp:article_custom section="authors" limit="999">
17
18
19
20
21
+</urlset>
0 commit comments