From b65422579d0250171f79ccf166043cbeb8d8257d Mon Sep 17 00:00:00 2001 From: Aliif Arief <63054324+aliifam@users.noreply.github.com> Date: Mon, 22 Nov 2021 14:32:26 +0700 Subject: [PATCH] add description --- assets/search.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/assets/search.json b/assets/search.json index cafac55..5ca625b 100644 --- a/assets/search.json +++ b/assets/search.json @@ -6,9 +6,10 @@ layout: none {% for post in site.posts %} { "title" : "{{ post.title | escape }}", + "description" : "{{ post.description | escape }}", "tags" : "{{ post.tags | join: ', ' }}", "url" : "{{ site.baseurl }}{{ post.url }}", "date" : "{{ post.date }}" } {% unless forloop.last %},{% endunless %} {% endfor %} -] \ No newline at end of file +]