From 2687f779d2bdb3847e1b8427b414c147c527ed44 Mon Sep 17 00:00:00 2001 From: Tom Johnson Date: Thu, 15 Oct 2015 14:52:01 -0700 Subject: [PATCH] update to search config search was breaking if topic titles had an apostrophe. i escaped this apostrophe here. --- doc_search_configuration.md | 2 +- doc_seriesdemo1_0.md | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/doc_search_configuration.md b/doc_search_configuration.md index 68e2e1e..e3aaa3e 100644 --- a/doc_search_configuration.md +++ b/doc_search_configuration.md @@ -74,7 +74,7 @@ SimpleJekyllSearch.init({ searchInput: document.getElementById('search-input'), resultsContainer: document.getElementById('results-container'), dataSource: 'search.json', -searchResultTemplate: '
  • {title}
  • ', +searchResultTemplate: '
  • {title}
  • ', noResultsText: '{{site.data.strings.search_no_results_text}}', limit: 10, fuzzy: true, diff --git a/doc_seriesdemo1_0.md b/doc_seriesdemo1_0.md index deb23ea..6b11919 100644 --- a/doc_seriesdemo1_0.md +++ b/doc_seriesdemo1_0.md @@ -6,7 +6,6 @@ weight: 1.0 last_updated: August 12, 2015 --- - {% include custom/doc/series_acme.html %} This is the first post in the series.