From 954e8941bb125801c2b140fd25b2e0889e14b715 Mon Sep 17 00:00:00 2001 From: Patrick Marsceill Date: Sun, 16 Dec 2018 15:23:33 -0500 Subject: [PATCH] Accidental reversal --- assets/js/search-data.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/js/search-data.json b/assets/js/search-data.json index 1eca96c..fd1037d 100644 --- a/assets/js/search-data.json +++ b/assets/js/search-data.json @@ -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: ' ', ' ' }}",