footer.html 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. <!-- Footer
  2. ================================================== -->
  3. <footer class="bs-docs-footer">
  4. <div class="container">
  5. <ul class="bs-docs-footer-links">
  6. <li><a href="{{ site.repo }}">GitHub</a></li>
  7. <li><a href="https://twitter.com/getbootstrap">Twitter</a></li>
  8. <li><a href="../getting-started/#examples">Examples</a></li>
  9. <li><a href="../about/">About</a></li>
  10. </ul>
  11. <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>
  12. <p>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>
  13. </div>
  14. </footer>
  15. <!-- Bootstrap core JavaScript
  16. ================================================== -->
  17. <!-- Placed at the end of the document so the pages load faster -->
  18. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
  19. <script>window.jQuery || document.write('<script src="../assets/js/vendor/jquery.min.js"><\/script>')</script>
  20. {% if site.github %}
  21. <script src="../dist/js/bootstrap.min.js"></script>
  22. {% else %}
  23. <script src="../dist/js/bootstrap.js"></script>
  24. {% endif %}
  25. {% if site.github %}
  26. <script src="../assets/js/docs.min.js"></script>
  27. {% else %}
  28. {% for file in site.data.configBridge.paths.docsJs %}
  29. <script src="{{ file }}"></script>
  30. {% endfor %}
  31. {% endif %}
  32. {% if page.slug == "customize" %}
  33. <script>var __configBridge = {{ site.data.configBridge.config | jsonify }}</script>
  34. {% if site.github %}
  35. <script src="../assets/js/customize.min.js"></script>
  36. {% else %}
  37. {% for file in site.data.configBridge.paths.customizerJs %}
  38. <script src="{{ file }}"></script>
  39. {% endfor %}
  40. {% endif %}
  41. {% endif %}
  42. <!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
  43. <script src="../assets/js/ie10-viewport-bug-workaround.js"></script>
  44. <!-- Analytics
  45. ================================================== -->
  46. <script>
  47. var _gauges = _gauges || [];
  48. (function() {
  49. var t = document.createElement('script');
  50. t.async = true;
  51. t.id = 'gauges-tracker';
  52. t.setAttribute('data-site-id', '4f0dc9fef5a1f55508000013');
  53. t.src = '//secure.gaug.es/track.js';
  54. var s = document.getElementsByTagName('script')[0];
  55. s.parentNode.insertBefore(t, s);
  56. })();
  57. </script>