File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 <loc >${site.config.base_url}/posts/</loc >
88 </url >
99 <url >
10- <loc >${site.config.base_url}/posts/archive/</loc >
11- </url >
12- <url >
13- <loc >${site.config.base_url}/posts/tags/</loc >
10+ <loc >${site.config.base_url}/posts/tags/events/</loc >
1411 </url >
1512 <tal : block tal : repeat =" page site.pages" >
1613 <url tal : condition =" page.slug != '404'" >
2118 <loc >${site.config.base_url}/${post.link}/</loc >
2219 <lastmod >${post.modified.isoformat(timespec="seconds")}</lastmod >
2320 </url >
24- <url tal : repeat =" tag site.tags" >
25- <loc >${site.config.base_url}/posts/tags/${tag}/</loc >
26- </url >
27- <url tal : repeat =" year years" >
28- <loc >${site.config.base_url}/posts/${year}/</loc >
29- </url >
30- <url tal : repeat =" (year, month) months" >
31- <loc >${site.config.base_url}/posts/${year}/${month}/</loc >
32- </url >
3321</urlset >
You can’t perform that action at this time.
0 commit comments