From 68e3474ea74138b751d9f96b764df5e76ca38781 Mon Sep 17 00:00:00 2001 From: Tom Chen Date: Sat, 27 Jun 2020 17:12:51 -0400 Subject: Fix typo --- search.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'search.json') diff --git a/search.json b/search.json index 402d8f6..886036e 100644 --- a/search.json +++ b/search.json @@ -10,7 +10,7 @@ layout: null "category" : "{{post.categories | join: ', '}}", "tags" : "{{ post.tags | join: ', ' }}", "date" : "{{ post.date }}", - "discription" : "{{post.description | strip_html | strip_newlines | escape }}" + "description" : "{{post.description | strip_html | strip_newlines | escape }}" } {% unless forloop.last %},{% endunless %} {% endfor %} -- cgit v1.2.3