diff --git a/search.json b/search.json index ca1542c..3ca4e63 100644 --- a/search.json +++ b/search.json @@ -9,6 +9,6 @@ sitemap: false "url" : "{{ site.url }}{{ post.url }}", "date" : "{{ post.date }}", "shortdate" : "{{ post.date | date: '%B %d, %Y' }}" - } {% if forloop.last %}{% else %},{% endif %} + } {% unless forloop.last %},{% endunless %} {% endfor %} -] \ No newline at end of file +]