mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-25 16:50:23 +00:00
layout section
This commit is contained in:
parent
aa22440acb
commit
990b05d2fd
1 changed files with 3 additions and 0 deletions
|
|
@ -14,6 +14,9 @@
|
|||
{% if page.url contains "getting-started" %}
|
||||
<h1>Getting started</h1>
|
||||
<p class="lead">Learn how to quickly start a new project with Bootstrap with downloads, basic templates and examples, and more.</p>
|
||||
{% elsif page.url contains "layout" %}
|
||||
<h1>Layout</h1>
|
||||
<p class="lead">Grid system, containers, media object, and responsive utilities for organization pages.</p>
|
||||
{% elsif page.url contains "components" %}
|
||||
<h1>Components</h1>
|
||||
<p class="lead">
|
||||
|
|
|
|||
Loading…
Reference in a new issue