baedfc91474e2cf3a73b0a5e7b42fb11fc964581.svn-base 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. <footer class="bd-footer text-muted" role="contentinfo">
  2. <div class="container">
  3. <ul class="bd-footer-links">
  4. <li><a href="{{ site.repo }}">GitHub</a></li>
  5. <li><a href="https://twitter.com/getbootstrap">Twitter</a></li>
  6. <li><a href="../getting-started/#examples">Examples</a></li>
  7. <li><a href="../about/">About</a></li>
  8. </ul>
  9. <p>Designed and built with all the love in the world by <a href="https://twitter.com/mdo" target="_blank">@mdo</a> and <a href="https://twitter.com/fat" target="_blank">@fat</a>. Maintained by the <a href="https://github.com/orgs/twbs/people">core team</a> with the help of <a href="https://github.com/twbs/bootstrap/graphs/contributors">our contributors</a>.</p>
  10. <p>Currently v{{ site.current_version }}. Code licensed <a rel="license" href="https://github.com/twbs/bootstrap/blob/master/LICENSE" target="_blank">MIT</a>, docs <a rel="license" href="https://creativecommons.org/licenses/by/3.0/" target="_blank">CC BY 3.0</a>.</p>
  11. </div>
  12. </footer>
  13. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
  14. <script>window.jQuery || document.write('<script src="../assets/js/vendor/jquery.min.js"><\/script>')</script>
  15. {% if site.github %}
  16. <script src="{{ site.baseurl }}/dist/js/bootstrap.min.js"></script>
  17. {% else %}
  18. <script src="{{ site.baseurl }}/dist/js/bootstrap.js"></script>
  19. {% endif %}
  20. {% if site.github %}
  21. <script src="{{ site.baseurl }}/assets/js/docs.min.js"></script>
  22. {% else %}
  23. {% for file in site.data.configBridge.paths.docsJs %}
  24. <script src="{{ site.baseurl }}/{{ file }}"></script>
  25. {% endfor %}
  26. {% endif %}
  27. <!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
  28. <script src="{{ site.baseurl }}/assets/js/ie10-viewport-bug-workaround.js"></script>
  29. <script>
  30. SimpleJekyllSearch.init({
  31. searchInput: document.getElementById('search-input'),
  32. resultsContainer: document.getElementById('search-results'),
  33. searchResultTemplate: '<a class="dropdown-item" href="{url}">{title}</a>',
  34. noResultsText: '<div class="dropdown-item no-results">Sorry, there are no results for that search.</div>',
  35. dataSource: '/search.json'
  36. })
  37. Holder.addTheme('gray', {
  38. background: '#777',
  39. foreground: 'rgba(255,255,255,.75)',
  40. font: 'Helvetica',
  41. fontweight: 'normal'
  42. })
  43. </script>