From 68ad1d59f7fdf1a572da45060a9480079241031d Mon Sep 17 00:00:00 2001 From: sageman_ Date: Sun, 4 Jul 2021 14:34:37 +0200 Subject: Oops, forgot that the description was relocated On another note, it would be nice if the description was in one place --- client.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'client.go') diff --git a/client.go b/client.go index 9cfb364..39ecd29 100644 --- a/client.go +++ b/client.go @@ -94,8 +94,7 @@ func IndexGet(w http.ResponseWriter, r *http.Request, db *sql.DB) { var data PageData data.Title = "Welcome to " + actor.PreferredUsername - data.Message = actor.PreferredUsername + " is a federated image board based on ActivityPub. The current version of the code running on the server is still a work-in-progress product, expect a bumpy ride for the time being. Get the server code here: https://github.com/FChannel0" - data.MessageHTML = template.HTML(actor.PreferredUsername + ` is a federated image board based on ActivityPub. The current version of the code running on the server is still a work-in-progress product, expect a bumpy ride for the time being. Get the server code here: https://github.com/FChannel0`) + data.PreferredUsername = actor.PreferredUsername data.Boards = Boards data.Board.Name = "" data.Key = *Key -- cgit v1.2.3