diff options
| author | Mark Otto <[email protected]> | 2014-12-24 04:13:23 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-12-24 04:13:23 -0800 |
| commit | 18e08e777b5dcdb445952a579c02a77f86f7e56b (patch) | |
| tree | 8ee9956cb2516d642825130d5606c613d6cdd89c /docs/_includes | |
| parent | e1bb907050bbf1598f58a53fc64e2432753d5b24 (diff) | |
| download | bootstrap-18e08e777b5dcdb445952a579c02a77f86f7e56b.tar.xz bootstrap-18e08e777b5dcdb445952a579c02a77f86f7e56b.zip | |
add custom forms, stub out examples for radios and checkboxes
Diffstat (limited to 'docs/_includes')
| -rw-r--r-- | docs/_includes/footer.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/_includes/footer.html b/docs/_includes/footer.html index 70ccd615d..d293c8d90 100644 --- a/docs/_includes/footer.html +++ b/docs/_includes/footer.html @@ -50,6 +50,15 @@ <!-- IE10 viewport hack for Surface/desktop Windows 8 bug --> <script src="{{ site.baseurl }}/assets/js/ie10-viewport-bug-workaround.js"></script> +<script> +SimpleJekyllSearch.init({ + searchInput: document.getElementById('search-input'), + resultsContainer: document.getElementById('search-results'), + searchResultTemplate: '<li><a href="{url}">{title}</a></li>', + dataSource: '/search.json' +}) +</script> + {% comment %} Inject Twitter widgets asynchronously. Snippet snipped from Twitter's JS interface site: https://dev.twitter.com/docs/tfw-javascript |
