Skip to content

Instantly share code, notes, and snippets.

@mwalters
Last active March 26, 2020 00:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mwalters/12ecb9003277fe25da41a4f2c582144d to your computer and use it in GitHub Desktop.
Save mwalters/12ecb9003277fe25da41a4f2c582144d to your computer and use it in GitHub Desktop.
<script src="https://unpkg.com/lunr@2.3.8/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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment