added additional sorting just to be sure

This commit is contained in:
/dev/urandom 2020-09-02 10:53:49 +03:00
parent b4258b82e3
commit 08eb2b473b
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
DIRECTORY="pages/blog"
FILES=`ls $DIRECTORY/*.md -1`
FILES=`ls $DIRECTORY/*.md -1 | sort`
echo -n > blogdates.txt
for f in $FILES; do

View file

@ -2,7 +2,7 @@
DIRECTORY="pages/blog"
FILES=`ls $DIRECTORY/*.md -1`
FILES=`ls $DIRECTORY/*.md -1 | sort`
echo -n > blogdates.txt
for f in $FILES; do