This commit is contained in:
nytpu 2020-10-14 09:58:22 -06:00
parent b65180d651
commit fb4f1d8550
1 changed files with 1 additions and 1 deletions

View File

@ -171,7 +171,7 @@ toot() {
then
echo "tooting..."
# change this if you want the toot to have different content
printf "new gemlog post: ${title}\n\ngemini://nytpu.com/gemlog/${filename}\n" | toot post
printf "new gemlog post: ${title}\n\n${global_url}${filename}\n" | toot post
fi
}