diff --git a/cmd/install/install.go b/cmd/install/install.go index ba830969..dc5b419d 100644 --- a/cmd/install/install.go +++ b/cmd/install/install.go @@ -128,7 +128,7 @@ func main() { "MinifyTemplates":true, "BuildSlugs":true, "ServerCount":1, - "Noavatar":"https://api.adorable.io/avatars/{width}/{id}@{site_url}.png", + "Noavatar":"https://api.adorable.io/avatars/{width}/{id}.png", "ItemsPerPage":25 }, "Database": { diff --git a/config/config_example.json b/config/config_example.json index 18ba2240..73c567fc 100644 --- a/config/config_example.json +++ b/config/config_example.json @@ -30,7 +30,7 @@ "MinifyTemplates":true, "BuildSlugs":true, "ServerCount":1, - "Noavatar":"https://api.adorable.io/avatars/{width}/{id}@{site_url}.png", + "Noavatar":"https://api.adorable.io/avatars/{width}/{id}.png", "ItemsPerPage":25 }, "Database": { diff --git a/templates/forum.html b/templates/forum.html index cc984244..ba83ef6b 100644 --- a/templates/forum.html +++ b/templates/forum.html @@ -41,7 +41,7 @@ {{if .CurrentUser.Perms.CreateTopic}}