diff options
author | Thomas Park <thomas@thomaspark.me> | 2013-12-05 13:05:07 -0500 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2013-12-05 13:05:07 -0500 |
commit | 157ec5feff877cd918a45985ee7368e3d9d7b5b0 (patch) | |
tree | 858b929a593790e7b5366860ff129600491b3877 /bower_components/bootstrap/_layouts/home.html | |
parent | a081f72bd6bfc5ae255d21ba58c10fd13cd1fac1 (diff) |
3.0.2 -> 3.0.3
Diffstat (limited to 'bower_components/bootstrap/_layouts/home.html')
-rw-r--r-- | bower_components/bootstrap/_layouts/home.html | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/bower_components/bootstrap/_layouts/home.html b/bower_components/bootstrap/_layouts/home.html deleted file mode 100644 index c8328feb..00000000 --- a/bower_components/bootstrap/_layouts/home.html +++ /dev/null @@ -1,47 +0,0 @@ -<!DOCTYPE html> -<html lang="en"> - <head> - <!-- Meta, title, CSS, favicons, etc. --> - {% include header.html %} - </head> - <body class="bs-docs-home"> - <a class="sr-only" href="#content">Skip to main content</a> - - <!-- Docs master nav --> - {% include nav-main.html %} - - <!-- Page content of course! --> - {{ content }} - - <footer class="container" role="contentinfo"> - {% include ads.html %} - - {% include social-buttons.html %} - - <ul class="bs-masthead-links"> - <li class="current-version"> - Currently v{{ site.current_version }} - </li> - <li> - <a href="{{ page.base_url }}2.3.2/">Bootstrap 2.3.2 docs</a> - </li> - <li> - <a href="{{ site.repo }}" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'GitHub project']);">GitHub project</a> - </li> - <li> - <a href="{{ page.base_url }}getting-started/#examples" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'Examples']);">Examples</a> - </li> - <li> - <a href="{{ site.expo }}" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'Expo']);">Expo</a> - </li> - <li> - <a href="{{ site.blog }}" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'Blog']);">Blog</a> - </li> - </ul> - </footer> - - <!-- JS and analytics only. --> - {% include footer.html %} - - </body> -</html> |