diff options
author | nytpu <alex@nytpu.com> | 2021-09-24 11:35:27 -0600 |
---|---|---|
committer | nytpu <alex@nytpu.com> | 2021-09-24 11:35:27 -0600 |
commit | bb606d3650ce9218993df4491b24f43cddb7185b (patch) | |
tree | 1dd34017c7b9a0445b1abbfb668127eaa2f9a454 | |
parent | fix gemini index (diff) | |
download | cheetah-bot-snep.tar.bz2 cheetah-bot-snep.zip |
fix gemini index issuesnep
-rw-r--r-- | snep-bot.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/snep-bot.go b/snep-bot.go index 54210c3..74b9132 100644 --- a/snep-bot.go +++ b/snep-bot.go @@ -54,7 +54,7 @@ Snow leopards are one of the best animals, and I'm here to share them with you. => https://git.nytpu.com/cheetah-bot bot source code ` - linkGemini := fmt.Sprintf("=> D%03d.jpg %04d-%02d-%02d - Day %[1]d", day, curYear, curMonth, curDay) + linkGemini := fmt.Sprintf("=> D%03d.jpg %04d-%02d-%02d - Day %[1]d\n", day, curYear, curMonth, curDay) // do the final culminating posts // open old and new indexes |