diff --git a/search.json b/search.json index b61ffb72d..a7f7dd0fe 100644 --- a/search.json +++ b/search.json @@ -24,7 +24,7 @@ search: exclude "title": "{{ post.title | escape }}", "tags": "{{ post.tags }}", "keywords": "{{post.keywords}}", -"url": "{{ post.url }}", +"url": "{{ post.url | remove: "/" }}", "summary": "{{post.summary | strip }}" } {% unless forloop.last %},{% endunless %}