Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 <a href="https://sitemaps.org">sitemaps.org</a>. This page displays the sitemap after it has been transformed into a more human-readable format. This sitemap contains <strong>[[count]]</strong> URLs.',
// string for 'images' pill at top of map:
Expand Down