2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

migration to layout and nav

This commit is contained in:
Mark Otto
2014-12-18 22:35:37 -08:00
parent 94753bc3ec
commit 83b3252404
3 changed files with 7 additions and 4 deletions
+3
View File
@@ -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 %}