diff --git a/sitemap.sh b/sitemap.sh index 1ac9a95..54eb69a 100755 --- a/sitemap.sh +++ b/sitemap.sh @@ -3,6 +3,7 @@ set -eu main() { + echo '' echo '' echo 'https://purplebored.pl/1.0' find pages/ blog/ -name '*.xhtml' -not -name 'template.xhtml' | while read -r file; do @@ -12,3 +13,4 @@ main() { } main >sitemap.xml +