diff --git a/themes/sitemap.tmpl b/themes/sitemap.tmpl index 31d94bf..d9b5f91 100644 --- a/themes/sitemap.tmpl +++ b/themes/sitemap.tmpl @@ -5,7 +5,7 @@ {foreach $url in $content.urls} - {$config.domain}{$url} + {$config.domain}/{$url} {/foreach}