diff --git a/assets/js/third-party/search/algolia.js b/assets/js/third-party/search/algolia.js
index 1ffb1a0..c929b15 100644
--- a/assets/js/third-party/search/algolia.js
+++ b/assets/js/third-party/search/algolia.js
@@ -52,8 +52,7 @@ document.addEventListener('DOMContentLoaded', () => {
const stats = NexT.CONFIG.i18n.hits_time
.replace('${hits}', data.nbHits)
.replace('${time}', data.processingTimeMS);
- return `${stats}`;
- //
`;
+ return `${stats}
`;
}
},
cssClasses: {
diff --git a/static/imgs/algolia-logo.svg b/static/imgs/algolia-logo.svg
new file mode 100644
index 0000000..886c422
--- /dev/null
+++ b/static/imgs/algolia-logo.svg
@@ -0,0 +1 @@
+
\ No newline at end of file