diff options
Diffstat (limited to 'blog')
-rwxr-xr-x | blog | 2 |
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 .]*// |