diff options
| author | Mark Otto <[email protected]> | 2014-12-18 22:35:37 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-12-18 22:35:37 -0800 |
| commit | 83b32524044083c135e3f17ff5ef83bb701a7333 (patch) | |
| tree | a5bc365cfb95082f8a28632a95bbf7e918a2dc27 /docs/_layouts/default.html | |
| parent | 94753bc3ec6568f684b2e329244e3190285186f4 (diff) | |
| download | bootstrap-83b32524044083c135e3f17ff5ef83bb701a7333.tar.xz bootstrap-83b32524044083c135e3f17ff5ef83bb701a7333.zip | |
migration to layout and nav
Diffstat (limited to 'docs/_layouts/default.html')
| -rw-r--r-- | docs/_layouts/default.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html index efc125494..4fcda0e03 100644 --- a/docs/_layouts/default.html +++ b/docs/_layouts/default.html @@ -31,6 +31,9 @@ {% elsif page.url contains "about" %} <h1>About</h1> <p class="lead">Learn about the project's history, meet the maintaining teams, and find out how to use the Bootstrap brand.</p> + {% elsif page.url contains "migration" %} + <h1>Migration</h1> + <p class="lead">Bootstrap 4 is not backwards compatible with v3.x.x. Use this section as a general guide to upgrading from v3.x.x to v4.0.0.</p> {% endif %} {% include ads.html %} |
