assets/js/search.js
@@ -7,7 +7,7 @@ {{ range $index, $page := .Site.Pages }} this.add({ "id": "{{ $index }}", "link": "{{ .RelPermalink }}", "link": "{{ .Permalink }}", "title": "{{ .Title }}", "body": "{{ .PlainWords }}", }); @@ -18,7 +18,7 @@ {{ range $index, $page := .Site.Pages }} { id: {{ $index }}, link: "{{ .RelPermalink }}", link: "{{ .Permalink }}", title: "{{ .Title }}", }, {{ end }}