From 2fdd5e9328a571c25e05caf932e21e615db0edaf Mon Sep 17 00:00:00 2001 From: nytpu Date: Wed, 9 Sep 2020 23:21:17 -0600 Subject: [PATCH] fixed typo in atom feed --- gemlog.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gemlog.sh b/gemlog.sh index c5171e6..c1168d1 100755 --- a/gemlog.sh +++ b/gemlog.sh @@ -59,7 +59,7 @@ make_atom() { $pubdate $global_author - $global_author_email$global_author_email $global_author_url $global_url @@ -75,7 +75,7 @@ EOF printf " \n " echo "$i" | perl -ne '/^(\d{4}-\d{2}-\d{2}).*/; print $1' | date "$date_format_8601" -f - | tr -d '\n' # change or remove the block if you want a different description or no description at all - printf "\n You need a gemini client to view this post. If you have one installed, here is the link to the post: $global_url${i#'./'}\">$global_url${i#'./'}\n \n" + printf "\n You need a gemini client to view this post. If you have one installed, here is the link to the post: $global_url${i#'./'}\n \n" n=$(( n + 1 )) done < <(ls -r [[:digit:]]*.gmi)