2
0
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:
Mark Otto
2015-08-05 00:57:35 -07:00
parent bc88c90b2c
commit be3f8d9bcc
2 changed files with 10 additions and 1 deletions
+9
View 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 -1
View File
@@ -1,5 +1,5 @@
---
layout: page
layout: simple
title: Examples
---