Commit 22f21237 authored by Mark Otto's avatar Mark Otto

nuke stuff from customizer

parent 3c3e56ca
...@@ -5,20 +5,15 @@ ...@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment