mirror of https://github.com/onweru/compose.git

weru
30.04.2020 dfad1ec43b34f84ddcee2b94ea2641fe0d798a6c
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 }}