Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markdotto@gmail.com>2017-08-08 07:35:43 +0300
committerMark Otto <markdotto@gmail.com>2017-08-08 07:35:43 +0300
commitda3185ee0a3957627d918956c9c2266cfa2d3029 (patch)
treeb35195d019d1110ea93c60151f1852888ebbb872 /_layouts
parent92c26af81481e9fdcd9bcff7e477d0750a359979 (diff)
new homepage, new assets, clean out old stuff
Diffstat (limited to '_layouts')
-rw-r--r--_layouts/simple.html17
1 files changed, 6 insertions, 11 deletions
diff --git a/_layouts/simple.html b/_layouts/simple.html
index bb35ec7920..8e7fc5e30b 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>