Add mastodon instance mention in about page

This commit is contained in:
Romain de Laage 2021-03-03 12:03:41 +01:00
parent bdd392b310
commit cd7c29c302
Signed by: rdelaage
GPG Key ID: 534845FADDF0C329
1 changed files with 5 additions and 1 deletions

View File

@ -156,10 +156,14 @@ This capsule is running MastoGem, a free (as in free speech, not as in free beer
Feel free to contribute, send feedback or share ideas.
# Mastodon instance
This capsule use %s Mastodon instance.
# AGPLv3 License
=> http://www.gnu.org/licenses/agpl-3.0.txt AGPLv3 License text`
_, err = fmt.Fprintf(conn, "20 text/gemini\r\n" + page)
_, err = fmt.Fprintf(conn, "20 text/gemini\r\n" + page, baseURL)
if err != nil {
log.Println("send: %s", err)
return