mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-15 11:59:39 +03:00
simple layout for examples
This commit is contained in:
@@ -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
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user