about summary refs log tree commit diff stats
path: root/blog
diff options
context:
space:
mode:
Diffstat (limited to 'blog')
-rwxr-xr-xblog2
1 files changed, 1 insertions, 1 deletions
diff --git a/blog b/blog
index 3f37676..f6aa1c5 100755
--- a/blog
+++ b/blog
@@ -20,7 +20,7 @@ fn header{
 fn gettitle{
 	echo `{echo $1 | sed 's/\+/ /g'}
 }
-posts=`{ls -p $webroot/posts}
+posts=`{ls -pr $webroot/posts}
 fullurl=`{read}
 echo $fullurl >[1=2]
 url=`{echo $fullurl | sed 's/gemini:\/\/[0-9 a-z .]*//