Skip to content
Snippets Groups Projects
Unverified Commit d3e97d31 authored by websTTer's avatar websTTer Committed by GitHub
Browse files

Update

duplicated from fix #80 
the same error in Version 2.0.7
fix with same procedure
parent 8bd2da55
No related branches found
No related tags found
No related merge requests found
......@@ -14,8 +14,8 @@ namespace :search do
{
{% assign comma = false %}
{% for page in site.html_pages %}{% if page.search_exclude != true %}{% if comma == true%},{% endif %}"{{ forloop.index0 }}": {
"title": "{{ page.title | replace: '&', '&' }}",
"content": "'+content+'",
"title": "{{ page.title | replace: \'&\', \'&\' }}",
"content": "\'+content+\'",
"url": "{{ page.url | absolute_url }}",
"relUrl": "{{ page.url }}"
}{% assign comma = true %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment