Skip to content

Commit

Permalink
Fixing link url in search
Browse files Browse the repository at this point in the history
  • Loading branch information
sylhare committed Nov 17, 2017
1 parent 413c4b5 commit 190c3e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion search.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"author": "{{ post.author | xml_escape }}",
"category": "{{ post.category | xml_escape }}",
"content": {{ post.content | strip_html | strip_newlines | jsonify }},
"url": "{{ post.url | xml_escape }}"
"url": "{{ site.baseurl }}/{{ post.url | xml_escape }}"
}
{% unless forloop.last %},{% endunless %}
{% endfor %}
Expand Down

0 comments on commit 190c3e2

Please sign in to comment.