mirror of
https://github.com/twbs/bootstrap.git
synced 2025-09-25 21:09:06 +02:00
simple layout for examples
This commit is contained in:
9
docs/_layouts/simple.html
Normal file
9
docs/_layouts/simple.html
Normal file
@@ -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
|
title: Examples
|
||||||
---
|
---
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user