Don't exclude homepage from sitemap
Signed-off-by: Arija A. <ari@ari.lt>
This commit is contained in:
@@ -4,6 +4,7 @@ set -eu
|
||||
|
||||
main() {
|
||||
echo "<urlset>"
|
||||
echo "<url><loc>https://purplebored.pl/</loc><priority>1.0</priority></url>"
|
||||
find pages/ blog/ -name '*.xhtml' | while read -r file; do
|
||||
echo "<url><loc>https://purplebored.pl/${file}</loc><priority>1.0</priority></url>"
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user