updated files

This commit is contained in:
Paul 2020-01-12 21:35:20 +01:00
parent 5a4155b15d
commit e6d7f14f27
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ paginate = 10
[params]
location = "Europe/Paris"
site_description = ""
copyright = "Powered by [Hugo](//gohugo.io). Theme by [wave](https://gitlab.com/syui/hugo-theme-wave)."
copyright = "[Hugo](//gohugo.io) powered. Theme by [wave](https://gitlab.com/syui/hugo-theme-wave)."
date_format = "2006-01-02"
dateformat = "2006-01-02"
mainSections = "posts"

View File

@ -5,7 +5,7 @@ var lunrIndex,
// Initialize lunrjs using our generated index file
function initLunr() {
// First retrieve the index file
$.getJSON("/hugo-theme-wave/bower_components/lunr.js/PagesIndex.json")
$.getJSON("/bower_components/lunr.js/PagesIndex.json")
.done(function(index) {
pagesIndex = index;
console.log("index:", pagesIndex);