Skip to content

Commit

Permalink
Update search.json
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
probonopd committed Jan 4, 2019
1 parent b3d7a14 commit ef2f4ce
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 @@ -7,7 +7,7 @@ layout: null
[
{% for post in sorted %}
{
"title" : "{{ post.title | escape }}",
"title" : "{% if post.title %}{{ post.title | jsonify }}{% else %}{{ post.name | remove: ".md" | jsonify }}{% endif %}",
"category" : "{{ post.category }}",
"tags" : "{{ post.tags | join: ', ' }}",
"url" : "{{ site.baseurl }}{{ post.url }}",
Expand Down

0 comments on commit ef2f4ce

Please sign in to comment.