From 163391adbcf070809d2893ebba970843587ac562 Mon Sep 17 00:00:00 2001 From: moritzebeling Date: Fri, 18 Mar 2022 12:53:53 +0100 Subject: [PATCH] Resolve #5: error with translated site content https://github.com/kirbyzone/sitemapper/issues/5 --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index e0c2fa0..dd86c94 100755 --- a/index.php +++ b/index.php @@ -20,7 +20,7 @@ 'urlIconClr' => false, // colour of icon shown before page/image url 'urlTagClr' => false, // colour of language tag shown after page url // title at the top of the sitemap: - 'title' => site()->title() . ' Sitemap', + 'title' => 'Sitemap', // introductory text that appears below the title - use [[count]] to display URL count: 'intro' => 'Sitemaps are used by search engines to find and classify the content of you website - more information at sitemaps.org. This page displays the sitemap after it has been transformed into a more human-readable format. This sitemap contains [[count]] URLs.', // string for 'images' pill at top of map: