mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
nuke stuff from customizer
This commit is contained in:
parent
3c3e56ca50
commit
22f212379f
1 changed files with 2 additions and 7 deletions
|
@ -5,20 +5,15 @@
|
||||||
{% include header.html %}
|
{% include header.html %}
|
||||||
<!-- Place anything custom after this. -->
|
<!-- Place anything custom after this. -->
|
||||||
</head>
|
</head>
|
||||||
<body data-spy="scroll" data-target=".bs-docs-sidebar">
|
<body>
|
||||||
|
|
||||||
<!-- Docs master nav -->
|
<!-- Docs master nav -->
|
||||||
{% include nav-main.html %}
|
{% include nav-main.html %}
|
||||||
|
|
||||||
<!-- Docs page layout -->
|
<!-- Docs page layout -->
|
||||||
<div class="container bs-docs-container">
|
<div class="container">
|
||||||
{{ content }}
|
{{ content }}
|
||||||
|
|
||||||
<!-- Quick back to top -->
|
|
||||||
<a href="#welcome" class="bs-top">
|
|
||||||
Back to top
|
|
||||||
</a>
|
|
||||||
|
|
||||||
<!-- Main docs footer (social buttons, copyright, etc). -->
|
<!-- Main docs footer (social buttons, copyright, etc). -->
|
||||||
{% include colophon.html %}
|
{% include colophon.html %}
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Reference in a new issue