aboutsummaryrefslogtreecommitdiff
path: root/docs/_layouts/simple.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2015-08-05 00:57:35 -0700
committerMark Otto <[email protected]>2015-08-05 00:57:35 -0700
commitbe3f8d9bcce6818d7f9430fa94f1d6869c62d00a (patch)
tree6f33cd8b259985f2c97e06659e1e377cf8d61000 /docs/_layouts/simple.html
parentbc88c90b2c6c10002273154eebf138d1029fdee5 (diff)
downloadbootstrap-be3f8d9bcce6818d7f9430fa94f1d6869c62d00a.tar.xz
bootstrap-be3f8d9bcce6818d7f9430fa94f1d6869c62d00a.zip
simple layout for examples
Diffstat (limited to 'docs/_layouts/simple.html')
-rw-r--r--docs/_layouts/simple.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/_layouts/simple.html b/docs/_layouts/simple.html
new file mode 100644
index 000000000..27fd78813
--- /dev/null
+++ b/docs/_layouts/simple.html
@@ -0,0 +1,9 @@
+---
+layout: default
+---
+
+<div class="container bd-content">
+ {% include ads.html %}
+ <h1 class="bd-title">{{ page.title }}</h1>
+ {{ content }}
+</div>