From cd66212131d95ed64034e98c93b99d164268d116 Mon Sep 17 00:00:00 2001 From: Paul Lecuq Date: Thu, 14 Sep 2023 16:05:41 +0200 Subject: [PATCH] small fixes on website --- .../layouts/partials/footer.html | 18 ++++-------------- themes/hugo-theme-wave/static/js/search.js | 1 - 2 files changed, 4 insertions(+), 15 deletions(-) diff --git a/themes/hugo-theme-wave/layouts/partials/footer.html b/themes/hugo-theme-wave/layouts/partials/footer.html index d792fd0..52b7c78 100644 --- a/themes/hugo-theme-wave/layouts/partials/footer.html +++ b/themes/hugo-theme-wave/layouts/partials/footer.html @@ -1,24 +1,14 @@ \ No newline at end of file diff --git a/themes/hugo-theme-wave/static/js/search.js b/themes/hugo-theme-wave/static/js/search.js index dc75bc5..a24928f 100644 --- a/themes/hugo-theme-wave/static/js/search.js +++ b/themes/hugo-theme-wave/static/js/search.js @@ -8,7 +8,6 @@ function initLunr() { $.getJSON("/bower_components/lunr.js/PagesIndex.json") .done(function(index) { pagesIndex = index; - console.log("index:", pagesIndex); // Set up lunrjs by declaring the fields we use // Also provide their boost level for the ranking