mirror of
https://github.com/mrrpnya/lipu-sona.git
synced 2025-02-13 16:44:39 +00:00
added additional sorting just to be sure
This commit is contained in:
parent
b4258b82e3
commit
08eb2b473b
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue