mirror of https://github.com/twbs/bootstrap.git
simple layout for examples
This commit is contained in:
parent
bc88c90b2c
commit
be3f8d9bcc
|
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
layout: default
|
||||
---
|
||||
|
||||
<div class="container bd-content">
|
||||
{% include ads.html %}
|
||||
<h1 class="bd-title">{{ page.title }}</h1>
|
||||
{{ content }}
|
||||
</div>
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
layout: page
|
||||
layout: simple
|
||||
title: Examples
|
||||
---
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue