updated files
This commit is contained in:
parent
5a4155b15d
commit
e6d7f14f27
@ -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"
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user