diff options
| author | Mark Otto <[email protected]> | 2012-07-12 17:02:55 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-07-12 17:02:55 -0700 |
| commit | 549d61fc289cb9efe5f8959e706e170b080663ba (patch) | |
| tree | ba7273f68e2aa92cb1a80a3e72096d9533a4691c /docs/templates | |
| parent | 7d324ee35b96a7d177bd301e2f11fe442713a1f6 (diff) | |
| download | bootstrap-549d61fc289cb9efe5f8959e706e170b080663ba.tar.xz bootstrap-549d61fc289cb9efe5f8959e706e170b080663ba.zip | |
updated footer
Diffstat (limited to 'docs/templates')
| -rw-r--r-- | docs/templates/layout.mustache | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/docs/templates/layout.mustache b/docs/templates/layout.mustache index dbec68eeb..9808c7b66 100644 --- a/docs/templates/layout.mustache +++ b/docs/templates/layout.mustache @@ -82,10 +82,14 @@ {{>body}} + </div>{{! /container }} + - <!-- Footer - ================================================== --> - <footer class="footer"> + + <!-- Footer + ================================================== --> + <footer class="footer"> + <div class="container"> <p class="pull-right"><a href="#">{{_i}}Back to top{{/i}}</a></p> <p>{{_i}}Designed and built with all the love in the world <a href="http://twitter.com/twitter" target="_blank">@twitter</a> by <a href="http://twitter.com/mdo" target="_blank">@mdo</a> and <a href="http://twitter.com/fat" target="_blank">@fat</a>.{{/i}}</p> <p>{{_i}}Code licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0" target="_blank">Apache License v2.0</a>. Documentation licensed under <a href="http://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a>.{{/i}}</p> @@ -95,9 +99,8 @@ <li><a href="https://github.com/twitter/bootstrap/issues?state=open">{{_i}}Submit issues{{/i}}</a></li> <li><a href="https://github.com/twitter/bootstrap/wiki">{{_i}}Roadmap and changelog{{/i}}</a></li> </ul> - </footer> - - </div>{{! /container }} + </div> + </footer> |
