diff --git a/gemlog.sh b/gemlog.sh index a48a36f..eb8e895 100755 --- a/gemlog.sh +++ b/gemlog.sh @@ -54,14 +54,14 @@ make_rss() { echo "$global_descriptionen" echo "$pubdate" echo "$pubdate" - echo "" + echo "" n=0 while IFS='' read -r i; do ((n >= number_of_feed_articles)) && break echo "" get_post_title "$i" - echo "$global_url${i#'./'}" + echo "You need a gemini protocol client to view this post.<br>If you have one installed, click here to open the post: <a href=\"$global_url${i#'./'}\">$global_url${i#'./'}</a>$global_url${i#'./'}" echo "$global_url${i#'./'}" echo "$global_author" echo "$(LC_ALL=C date -r "$i" +"$date_format_full")"