fixed typo in atom feed

This commit is contained in:
nytpu 2020-09-09 23:21:17 -06:00
parent f927e701d6
commit 2fdd5e9328
Signed by: nytpu
GPG Key ID: ECCDC07B337B8F5B
1 changed files with 2 additions and 2 deletions

View File

@ -59,7 +59,7 @@ make_atom() {
<updated>$pubdate</updated>
<author>
<name>$global_author</name>
<email>$global_author_email</email
<email>$global_author_email</email>
<uri>$global_author_url</uri>
</author>
<id>$global_url</id>
@ -75,7 +75,7 @@ EOF
printf " <link rel='alternate' href='$global_url${i#'./'}'/>\n <updated>"
echo "$i" | perl -ne '/^(\d{4}-\d{2}-\d{2}).*/; print $1' | date "$date_format_8601" -f - | tr -d '\n'
# change or remove the <summary></summary> block if you want a different description or no description at all
printf "</updated>\n <summary>You need a gemini client to view this post. If you have one installed, here is the link to the post: $global_url${i#'./'}\"&gt;$global_url${i#'./'}</summary>\n </entry>\n"
printf "</updated>\n <summary>You need a gemini client to view this post. If you have one installed, here is the link to the post: $global_url${i#'./'}</summary>\n </entry>\n"
n=$(( n + 1 ))
done < <(ls -r [[:digit:]]*.gmi)