diff options
author | Fulton Browne <git@fulton.software> | 2021-05-28 03:51:46 +0000 |
---|---|---|
committer | Fulton Browne <git@fulton.software> | 2021-05-28 03:51:46 +0000 |
commit | 598addf2fe5994c8c237a853a206004163da99f0 (patch) | |
tree | ab9fdbd5c5d6bb8b96916ba7efddb97bbbcfcc2a /blog | |
parent | 6ad3da3f46c45620da55bee9dc659f6888181572 (diff) | |
download | g9srv-598addf2fe5994c8c237a853a206004163da99f0.tar.gz |
added webblog
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 .]*// |