Skip to content

Commit 01b500b

Browse files
committedFeb 2, 2019
Dont unesape this or it wont read the content var
1 parent 84f8f00 commit 01b500b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎lib/tasks/search.rake

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ namespace :search do
1515
{% for page in site.html_pages %}{% if page.search_exclude != true %}"{{ forloop.index0 }}": {
1616
"id": "{{ forloop.index0 }}",
1717
"title": "{{ page.title | replace: \'&\', \'&\' }}",
18-
"content": "\'+content+\'",
18+
"content": "'+content+'",
1919
"url": "{{ page.url | absolute_url }}",
2020
"relUrl": "{{ page.url }}"
2121
}{% unless forloop.last %},{% endunless %}

0 commit comments

Comments
 (0)
Please sign in to comment.