create the atom feed with the issues in the correct order

This commit is contained in:
Solene Rapenne 2022-07-02 15:47:01 +02:00
parent 61d8731a0a
commit a5e947459b
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ cat <<EOF
<updated>${date_updated}</updated>
EOF
for page in ../public/issue-*.html ; do
for page in $(ls -t ../public/issue-*.html) ; do
issue=$(echo $page | grep -oE "issue\-[0-9]+")
title=$(echo $issue | awk -F '-' '{ print "Issue #"$NF }')
. ./$issue/metadata.sh