|
2 | 2 | ================================================== --> |
3 | 3 | <footer class="bs-docs-footer" role="contentinfo"> |
4 | 4 | <div class="container"> |
5 | | - {% include social-buttons.html %} |
6 | 5 |
|
7 | | - <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>.</p> |
8 | | - <p>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> |
9 | | - <p>Code licensed under <a rel="license" href="https://github.com/twbs/bootstrap/blob/master/LICENSE" target="_blank">MIT</a>, documentation under <a rel="license" href="https://creativecommons.org/licenses/by/3.0/" target="_blank">CC BY 3.0</a>.</p> |
10 | | - <ul class="bs-docs-footer-links text-muted"> |
11 | | - <li>Currently v{{ site.current_version }}</li> |
12 | | - <li>·</li> |
| 6 | + <ul class="bs-docs-footer-links"> |
13 | 7 | <li><a href="{{ site.repo }}">GitHub</a></li> |
14 | | - <li>·</li> |
| 8 | + <li><a href="https://twitter.com/getbootstrap">Twitter</a></li> |
15 | 9 | <li><a href="../getting-started/#examples">Examples</a></li> |
16 | | - <li>·</li> |
17 | | - <li><a href="../2.3.2/">v2.3.2 docs</a></li> |
18 | | - <li>·</li> |
19 | 10 | <li><a href="../about/">About</a></li> |
20 | | - <li>·</li> |
21 | | - <li><a href="{{ site.expo }}">Expo</a></li> |
22 | | - <li>·</li> |
23 | | - <li><a href="{{ site.blog }}">Blog</a></li> |
24 | | - <li>·</li> |
25 | | - <li><a href="{{ site.repo }}/issues">Issues</a></li> |
26 | | - <li>·</li> |
27 | | - <li><a href="{{ site.repo }}/releases">Releases</a></li> |
28 | 11 | </ul> |
| 12 | + |
| 13 | + <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> |
| 14 | + |
| 15 | + <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> |
| 16 | + |
29 | 17 | </div> |
30 | 18 | </footer> |
31 | 19 |
|
|
63 | 51 | <!-- IE10 viewport hack for Surface/desktop Windows 8 bug --> |
64 | 52 | <script src="../assets/js/ie10-viewport-bug-workaround.js"></script> |
65 | 53 |
|
66 | | -{% comment %} |
67 | | - Inject Twitter widgets asynchronously. Snippet snipped from Twitter's |
68 | | - JS interface site: https://dev.twitter.com/docs/tfw-javascript |
69 | | - |
70 | | - * "js.async=1;" added to add async attribute to the generated script tag. |
71 | | -{% endcomment %} |
72 | | -<script> |
73 | | - window.twttr = (function (d,s,id) { |
74 | | - var t, js, fjs = d.getElementsByTagName(s)[0]; |
75 | | - if (d.getElementById(id)) return; js=d.createElement(s); js.id=id; js.async=1; |
76 | | - js.src="https://platform.twitter.com/widgets.js"; fjs.parentNode.insertBefore(js, fjs); |
77 | | - return window.twttr || (t = { _e: [], ready: function(f){ t._e.push(f) } }); |
78 | | - }(document, "script", "twitter-wjs")); |
79 | | -</script> |
80 | | - |
81 | 54 | <!-- Analytics |
82 | 55 | ================================================== --> |
83 | 56 | <script> |
|
0 commit comments