Skip to content

Commit

Permalink
Fixed algolia URL
Browse files Browse the repository at this point in the history
  • Loading branch information
Lednerb committed Jun 17, 2018
1 parent 806bdf2 commit 9e51676
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/algolia-search.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
return "<span class='empty'>{{ i18n "noSearchResults" }}</span>"
},
footer: function() {
return '<div class="branding">Powered by <img src="{{ "/dist/algolia-logo-light.svg" | absURL}}" /></div>'
return '<div class="branding">Powered by <img src="{{ "dist/algolia-logo-light.svg" | absURL }}" /></div>'
}

},
Expand Down

0 comments on commit 9e51676

Please sign in to comment.