Last active
March 26, 2020 00:17
-
-
Save mwalters/51ff76877fa737234761e7356d26f50f to your computer and use it in GitHub Desktop.
Revisions
-
mwalters revised this gist
Mar 26, 2020 . 1 changed file with 0 additions and 7 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,7 +0,0 @@ -
mwalters revised this gist
Mar 26, 2020 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,7 +1,9 @@ ``` --- title: "Search" date: 1999-01-01 layout: page exclude_search: true --- {{< searchpage >}} ``` -
mwalters created this gist
Mar 26, 2020 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,7 @@ --- title: "Search" date: 1999-01-01 layout: page exclude_search: true --- {{< searchpage >}} This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,7 @@ <script src="/lunr.js"></script> <script src="/search.js"></script> <div> <input id="search-input" type="text" placeholder="What are you looking for?" name="search-input" class="form-control"> </div> <div id="search-results" class="container"></div>