Skip to content

Commit

Permalink
feat(algolia): add algolia link
Browse files Browse the repository at this point in the history
  • Loading branch information
LinkinStars committed Nov 18, 2024
1 parent 71af46b commit d28b28e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions search-algolia/algolia.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ func (s *SearchAlgolia) Description() plugin.SearchDesc {
desc := plugin.SearchDesc{}
if s.Config.ShowLogo {
desc.Icon = icon
desc.Link = "https://www.algolia.com/"
}
return desc
}
Expand Down

0 comments on commit d28b28e

Please sign in to comment.