We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db4cb48 commit 8192bf1Copy full SHA for 8192bf1
templates/sitemap.pt
@@ -1,9 +1,6 @@
1
<?xml version="1.0" encoding="UTF-8"?>
2
<?xml-stylesheet type="text/xsl" href="/sitemap.xsl"?>
3
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
4
- <url>
5
- <loc>https://blog.piwheels.org</loc>
6
- </url>
7
<url>
8
<loc>https://blog.piwheels.org</loc>
9
</url>
@@ -13,9 +10,6 @@
13
10
14
11
<loc>https://blog.piwheels.org/tags</loc>
15
12
16
- <url tal:repeat="page pages">
17
- <loc>https://blog.piwheels.org/${page.link}</loc>
18
19
<url tal:repeat="post posts">
20
<loc>https://blog.piwheels.org/${post.link}</loc>
21
<lastmod>${post.modified.isoformat(timespec="seconds")}</lastmod>
0 commit comments