From 3387eb61f7cccb3c877cc4d42c0b240b4ee07e9a Mon Sep 17 00:00:00 2001 From: Lester Caine Date: Thu, 21 May 2026 10:17:57 +0100 Subject: Tidy automatic generation of sitemap --- templates/sitemapindex.tpl | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 templates/sitemapindex.tpl diff --git a/templates/sitemapindex.tpl b/templates/sitemapindex.tpl new file mode 100644 index 0000000..14df531 --- /dev/null +++ b/templates/sitemapindex.tpl @@ -0,0 +1,9 @@ + + +{foreach from=$gSiteMapIndex item=sitemap} + + {$sitemap.loc} + {if $sitemap.lastmod}{$sitemap.lastmod}{/if} + +{/foreach} + -- cgit v1.3