From 51daa4102f6322a68834328a209f114180dce0e2 Mon Sep 17 00:00:00 2001
From: weru <fromweru@gmail.com>
Date: Sun, 31 Jan 2021 00:59:05 +0000
Subject: [PATCH] add todo comment

---
 assets/js/search.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/assets/js/search.js b/assets/js/search.js
index 3360858..d89aea0 100644
--- a/assets/js/search.js
+++ b/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 }}
 ];

--
Gitblit v1.10.0