create the site map with a sorted order

This commit is contained in:
Solene Rapenne 2022-07-02 15:49:27 +02:00
parent a5e947459b
commit 67843f0a5a
1 changed files with 1 additions and 1 deletions

View File

@ -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