Skip to content

Commit 8192bf1

Browse files
committed
Remove duplicate index entry from sitemap template
1 parent db4cb48 commit 8192bf1

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

templates/sitemap.pt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<?xml-stylesheet type="text/xsl" href="/sitemap.xsl"?>
33
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
4-
<url>
5-
<loc>https://blog.piwheels.org</loc>
6-
</url>
74
<url>
85
<loc>https://blog.piwheels.org</loc>
96
</url>
@@ -13,9 +10,6 @@
1310
<url>
1411
<loc>https://blog.piwheels.org/tags</loc>
1512
</url>
16-
<url tal:repeat="page pages">
17-
<loc>https://blog.piwheels.org/${page.link}</loc>
18-
</url>
1913
<url tal:repeat="post posts">
2014
<loc>https://blog.piwheels.org/${post.link}</loc>
2115
<lastmod>${post.modified.isoformat(timespec="seconds")}</lastmod>

0 commit comments

Comments
 (0)