added link to old gemlog

This commit is contained in:
Alex Gentilucci 2020-09-02 17:32:59 -06:00
parent 59dac5719e
commit 8d93b66359
Signed by: nytpu
GPG Key ID: 144ADD49F173F5CE
1 changed files with 3 additions and 1 deletions

View File

@ -80,7 +80,7 @@ make_rss() {
build_entries() {
echo "Building entries"
{
printf "# yatb (yet another tech gemlog)\r\n"
printf "# yatb (yet another tech gemlog)\r\n\r\n"
while IFS='' read -r i; do
post=$(basename $i)
@ -92,6 +92,8 @@ build_entries() {
printf "\r\n\r\n"
printf "this gemlog has an rss feed at::\r\n"
printf "=> https://www.nytpu.com/files/feed.rss [https] https://www.nytpu.com/files/feed.rss\r\n"
printf "\r\n"
printf "=> /gemlog/old/ click here to view the old gemlog"
} 3>&1 >"$index"
}