Accidental reversal

This commit is contained in:
Patrick Marsceill 2018-12-16 15:23:33 -05:00
parent 20970ca9e6
commit 954e8941bb
No known key found for this signature in database
GPG Key ID: 286B93882D828F40
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
---
---
{
{% for page in site.html_pages %}{% if page.exclude_search != true %}"{{ forloop.index0 }}": {
{% for page in site.html_pages %}{% if page.search_exclude != true %}"{{ forloop.index0 }}": {
"id": "{{ forloop.index0 }}",
"title": "{{ page.title | xml_escape }}",
"content": "{{ page.content | markdownify | strip_html | json_escape | xml_escape | remove: 'Table of contents' | strip_newlines | replace: '\', ' ' | replace: '```', '' | replace: ' ', ' ' }}",