diff options
| author | Mark Otto <[email protected]> | 2018-07-30 01:46:27 +0300 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2018-09-02 13:57:25 -0700 |
| commit | 97801a7a2d0d6b64fefb0e3d855b3dc4d335f71c (patch) | |
| tree | 9195028ba33e02fe8d8b257e62a20e1faadfdcae /site/_layouts/simple.html | |
| parent | a3e45d8ced63369ad6bd29ce45d919b77412a99b (diff) | |
| download | bootstrap-97801a7a2d0d6b64fefb0e3d855b3dc4d335f71c.tar.xz bootstrap-97801a7a2d0d6b64fefb0e3d855b3dc4d335f71c.zip | |
Add new docs Versions page.
Diffstat (limited to 'site/_layouts/simple.html')
| -rw-r--r-- | site/_layouts/simple.html | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/site/_layouts/simple.html b/site/_layouts/simple.html index dfd9afd16..5e7112684 100644 --- a/site/_layouts/simple.html +++ b/site/_layouts/simple.html @@ -2,11 +2,4 @@ layout: default --- -<div class="container my-5"> - <main class="bd-content" role="main"> - <h1 class="bd-title" id="content">{{ page.title | smartify }}</h1> - <p class="bd-lead">{{ page.description | smartify }}</p> - {% include ads.html %} - {{ content }} - </main> -</div> +{{ content }} |
