From 67843f0a5a77806cbbb3a3f881f67454c03f1924 Mon Sep 17 00:00:00 2001 From: Solene Rapenne Date: Sat, 2 Jul 2022 15:49:27 +0200 Subject: [PATCH] create the site map with a sorted order --- issues/tools/sitemap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/issues/tools/sitemap.sh b/issues/tools/sitemap.sh index 3340084..a16c85c 100755 --- a/issues/tools/sitemap.sh +++ b/issues/tools/sitemap.sh @@ -20,7 +20,7 @@ EOF # list all pages in site_directory and print last mod time cd "$2" -find . -name \*.html | cut -d'/' -f2- | while read -r page +find . -name \*.html | cut -d'/' -f2- | sort | while read -r page do if test -f /bsd then