Browse Source

set summary in metadata (#1185)

pull/1188/head
Meisam 4 years ago committed by GitHub
parent
commit
a00052ef89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      controllers/index.go

1
controllers/index.go

@ -105,6 +105,7 @@ func handleScraperMetadataPage(w http.ResponseWriter, r *http.Request) { @@ -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(),

Loading…
Cancel
Save