Fix lunar-en.js layout (#1356)
Without layout set to null a HTML template will be rendered around the JavaScript, causing an error while loading the file in the browser.
This commit is contained in:
parent
fa3647172d
commit
0841d49653
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
||||||
---
|
---
|
||||||
|
layout: null
|
||||||
---
|
---
|
||||||
|
|
||||||
var idx = lunr(function () {
|
var idx = lunr(function () {
|
||||||
|
|
Loading…
Reference in a new issue