We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8854d96 commit ff34170Copy full SHA for ff34170
_includes/search.html
@@ -14,7 +14,7 @@
14
"title" : "{% if post.title != "" %}{{ post.title | strip_html | escape }}{% else %}{{ post.excerpt | strip_html | escape | strip }}{%endif%}", \
15
"desc" : "{% if post.title != "" %}{{ post.title | strip_html | escape }}{% else %}{{ post.excerpt | strip_html | escape | strip }}{%endif%}", \
16
"category" : "{{ post.tags | join: \', \' }}", \
17
- "url" : "{{ site.baseurl }}{{ post.url }}", \
+ "url" : "{{ site.baseurl }}{{ post.url | escape }}", \
18
"date" : "{{ post.date | date: "%B %e, %Y" | default: "January 1, 1970" }}" \
19
}, \
20
{% endfor %} \
0 commit comments