Skip to content

Commit

Permalink
Fix post search
Browse files Browse the repository at this point in the history
  • Loading branch information
hongchangwu committed Dec 30, 2016
1 parent e4ed2d8 commit 93e81b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion search.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
Expand Down

0 comments on commit 93e81b9

Please sign in to comment.