Merge pull request #61 from hongchangwu/bug/search

Fix post search
This commit is contained in:
Tom Johnson 2017-01-21 21:35:39 -08:00 committed by GitHub
commit 7d871c84f2

View File

@ -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 %}