mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-05-05 02:54:47 +00:00
simple layout for examples
This commit is contained in:
parent
bc88c90b2c
commit
be3f8d9bcc
2 changed files with 10 additions and 1 deletions
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
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue