diff options
Diffstat (limited to 'docs/template.html')
| -rw-r--r-- | docs/template.html | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/docs/template.html b/docs/template.html index b6d2adf2..dc401d89 100644 --- a/docs/template.html +++ b/docs/template.html @@ -89,6 +89,8 @@ </div> </div> + <div id="wrap"> + <div class="container-fluid"> <div class="row-fluid"> @@ -104,9 +106,19 @@ {{ content }} </div><!--/span--> </div><!--/row--> - </div><!--/.fluid-container--> + <div id="push"></div> + </div> + + <!-- + <div class="row footer"> + <div class="span12"> + <p>Sponsored by <a href="http://dabapps.com/">Dab Apps</a>.</a></p> + </div> + </div> + --> + <!-- Le javascript ================================================== --> <!-- Placed at the end of the document so the pages load faster --> |
