diff --git a/Gemfile.lock b/Gemfile.lock index 0ecd095..634c40a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -27,7 +27,7 @@ GEM pathutil (~> 0.9) rouge (>= 1.7, < 4) safe_yaml (~> 1.0) - jekyll-lab-notebook (0.1.6) + jekyll-lab-notebook (0.1.7) jekyll (~> 3.5) jekyll-lab-notebook-plugins (0.1.5) jekyll (~> 3.5) diff --git a/index.html b/index.html index e038867..d1c6692 100644 --- a/index.html +++ b/index.html @@ -328,7 +328,7 @@

@@ -342,7 +342,7 @@

{title}', + searchResultTemplate: '
  • {title}
  • ', noResultsText: 'No results found', limit: 10, fuzzy: false, diff --git a/log/2017_06/index.html b/log/2017_06/index.html index 36a3c7e..2f06adf 100644 --- a/log/2017_06/index.html +++ b/log/2017_06/index.html @@ -120,7 +120,7 @@

    Sat, Jun 10

    @@ -134,7 +134,7 @@

    Sat, Jun 10

    searchInput: document.getElementById('search-input'), resultsContainer: document.getElementById('results-container'), json: '/jekyll-lab-notebook/search.json', - searchResultTemplate: '
  • {title}
  • ', + searchResultTemplate: '
  • {title}
  • ', noResultsText: 'No results found', limit: 10, fuzzy: false, diff --git a/log/2017_07/index.html b/log/2017_07/index.html index 7027efb..eb6d65d 100644 --- a/log/2017_07/index.html +++ b/log/2017_07/index.html @@ -141,7 +141,7 @@

    Wed, Jul 19

    @@ -155,7 +155,7 @@

    Wed, Jul 19

    searchInput: document.getElementById('search-input'), resultsContainer: document.getElementById('results-container'), json: '/jekyll-lab-notebook/search.json', - searchResultTemplate: '
  • {title}
  • ', + searchResultTemplate: '
  • {title}
  • ', noResultsText: 'No results found', limit: 10, fuzzy: false, diff --git a/log/2017_10/index.html b/log/2017_10/index.html index 5c2d903..dec76f2 100644 --- a/log/2017_10/index.html +++ b/log/2017_10/index.html @@ -120,7 +120,7 @@

    Wed, Oct 4

    @@ -134,7 +134,7 @@

    Wed, Oct 4

    searchInput: document.getElementById('search-input'), resultsContainer: document.getElementById('results-container'), json: '/jekyll-lab-notebook/search.json', - searchResultTemplate: '
  • {title}
  • ', + searchResultTemplate: '
  • {title}
  • ', noResultsText: 'No results found', limit: 10, fuzzy: false, diff --git a/projects/index.html b/projects/index.html index a4d908e..2b59026 100644 --- a/projects/index.html +++ b/projects/index.html @@ -113,7 +113,7 @@

    Projects

    @@ -127,7 +127,7 @@

    Projects

    searchInput: document.getElementById('search-input'), resultsContainer: document.getElementById('results-container'), json: '/jekyll-lab-notebook/search.json', - searchResultTemplate: '
  • {title}
  • ', + searchResultTemplate: '
  • {title}
  • ', noResultsText: 'No results found', limit: 10, fuzzy: false, diff --git a/projects/misc/index.html b/projects/misc/index.html index fdc8aaf..5828a04 100644 --- a/projects/misc/index.html +++ b/projects/misc/index.html @@ -104,7 +104,7 @@

    Sat, Jun 10

    @@ -118,7 +118,7 @@

    Sat, Jun 10

    searchInput: document.getElementById('search-input'), resultsContainer: document.getElementById('results-container'), json: '/jekyll-lab-notebook/search.json', - searchResultTemplate: '
  • {title}
  • ', + searchResultTemplate: '
  • {title}
  • ', noResultsText: 'No results found', limit: 10, fuzzy: false, diff --git a/projects/test/index.html b/projects/test/index.html index 7075f47..9bcfc49 100644 --- a/projects/test/index.html +++ b/projects/test/index.html @@ -124,7 +124,7 @@

    Wed, Jul 19

    @@ -138,7 +138,7 @@

    Wed, Jul 19

    searchInput: document.getElementById('search-input'), resultsContainer: document.getElementById('results-container'), json: '/jekyll-lab-notebook/search.json', - searchResultTemplate: '
  • {title}
  • ', + searchResultTemplate: '
  • {title}
  • ', noResultsText: 'No results found', limit: 10, fuzzy: false, diff --git a/projects/test2/index.html b/projects/test2/index.html index 6c3b266..a1212c7 100644 --- a/projects/test2/index.html +++ b/projects/test2/index.html @@ -116,7 +116,7 @@

    Wed, Jul 19

    @@ -130,7 +130,7 @@

    Wed, Jul 19

    searchInput: document.getElementById('search-input'), resultsContainer: document.getElementById('results-container'), json: '/jekyll-lab-notebook/search.json', - searchResultTemplate: '
  • {title}
  • ', + searchResultTemplate: '
  • {title}
  • ', noResultsText: 'No results found', limit: 10, fuzzy: false, diff --git a/protocols/example-protocol/index.html b/protocols/example-protocol/index.html index ff539e3..0fb8ca8 100644 --- a/protocols/example-protocol/index.html +++ b/protocols/example-protocol/index.html @@ -104,7 +104,7 @@

    Example protocol

    @@ -118,7 +118,7 @@

    Example protocol

    searchInput: document.getElementById('search-input'), resultsContainer: document.getElementById('results-container'), json: '/jekyll-lab-notebook/search.json', - searchResultTemplate: '
  • {title}
  • ', + searchResultTemplate: '
  • {title}
  • ', noResultsText: 'No results found', limit: 10, fuzzy: false,