mirror of
https://github.com/snachodog/just-the-docs.git
synced 2025-04-05 19:51:23 -06:00
Dont unesape this or it wont read the content var
This commit is contained in:
parent
84f8f003ac
commit
01b500b1b3
@ -15,7 +15,7 @@ namespace :search do
|
||||
{% for page in site.html_pages %}{% if page.search_exclude != true %}"{{ forloop.index0 }}": {
|
||||
"id": "{{ forloop.index0 }}",
|
||||
"title": "{{ page.title | replace: \'&\', \'&\' }}",
|
||||
"content": "\'+content+\'",
|
||||
"content": "'+content+'",
|
||||
"url": "{{ page.url | absolute_url }}",
|
||||
"relUrl": "{{ page.url }}"
|
||||
}{% unless forloop.last %},{% endunless %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user