diff --git a/controllers/index.go b/controllers/index.go index 58658bd1b..ec377899c 100644 --- a/controllers/index.go +++ b/controllers/index.go @@ -105,6 +105,7 @@ func handleScraperMetadataPage(w http.ResponseWriter, r *http.Request) { Name: data.GetServerName(), RequestedURL: fullURL.String(), Image: imageURL.String(), + Summary: data.GetServerSummary(), Thumbnail: thumbnailURL, TagsString: tagsString, Tags: data.GetServerMetadataTags(),