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

weru
31.59.2021 51daa4102f6322a68834328a209f114180dce0e2
add todo comment
1 files modified
2 ■■■ changed files
assets/js/search.js 2 ●●● patch | view | raw | blame | history
assets/js/search.js
@@ -3,7 +3,7 @@
  {
    "link": "{{ .Permalink }}",
    "title": "{{ .Title }}",
    "body": `{{ .PlainWords }}`.toLowerCase(),
    "body": `{{ .PlainWords }}`.toLowerCase() // @TODO: move this definition to an index.json file.
  },
  {{- end }}
];