aboutsummaryrefslogtreecommitdiff
path: root/_layouts/simple.html
diff options
context:
space:
mode:
authorlucascono <[email protected]>2017-10-04 05:33:17 -0300
committerlucascono <[email protected]>2017-10-04 05:33:17 -0300
commit8c04a74c8c7f0174ea08bc02fa3762f49bf615a3 (patch)
treedb9d6923c082243d765c57885992db8dd26a70b5 /_layouts/simple.html
parent9aff890efa3798f831b714c41794c9fee0684bae (diff)
parentb29b1e155880ac953899889c9cbb67f7f7df0529 (diff)
downloadbootstrap-8c04a74c8c7f0174ea08bc02fa3762f49bf615a3.tar.xz
bootstrap-8c04a74c8c7f0174ea08bc02fa3762f49bf615a3.zip
Merge remote-tracking branch 'refs/remotes/twbs/v4-dev' into v4-dev
Diffstat (limited to '_layouts/simple.html')
-rw-r--r--_layouts/simple.html17
1 files changed, 6 insertions, 11 deletions
diff --git a/_layouts/simple.html b/_layouts/simple.html
index bb35ec792..8e7fc5e30 100644
--- a/_layouts/simple.html
+++ b/_layouts/simple.html
@@ -2,16 +2,11 @@
layout: default
---
-<div class="bd-pageheader text-center text-sm-left">
- <div class="container">
- <h1>{{ page.title }}</h1>
- <p class="lead">
- Quickly get a project started with any of our examples ranging from using parts of the framework to custom components and layouts.
- </p>
+<div class="container my-5">
+ <main class="bd-content" role="main">
+ <h1 class="bd-title" id="content">{{ page.title }}</h1>
+ <p class="bd-lead">{{ page.description }}</p>
{% include ads.html %}
- </div>
-</div>
-
-<div class="container bd-content">
- {{ content }}
+ {{ content }}
+ </main>
</div>