From 4168c13cc45b18d50b69ee8f7a3d9c28629889b4 Mon Sep 17 00:00:00 2001 From: purplebored Date: Tue, 14 Oct 2025 16:52:32 +0000 Subject: [PATCH] Update sitemap.sh --- sitemap.sh | 2 ++ 1 file changed, 2 insertions(+) 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 +