]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
simple layout for examples
authorMark Otto <markdotto@gmail.com>
Wed, 5 Aug 2015 07:57:35 +0000 (00:57 -0700)
committerMark Otto <markdotto@gmail.com>
Wed, 5 Aug 2015 07:57:35 +0000 (00:57 -0700)
docs/_layouts/simple.html [new file with mode: 0644]
docs/examples/index.md

diff --git a/docs/_layouts/simple.html b/docs/_layouts/simple.html
new file mode 100644 (file)
index 0000000..27fd788
--- /dev/null
@@ -0,0 +1,9 @@
+---
+layout: default
+---
+
+<div class="container bd-content">
+  {% include ads.html %}
+  <h1 class="bd-title">{{ page.title }}</h1>
+  {{ content }}
+</div>
index f18365c80b93b7d11202edff493b26a8944d4b0a..c3ba98570bf23a6b8db10a1c901dbd071a147bf7 100644 (file)
@@ -1,5 +1,5 @@
 ---
-layout: page
+layout: simple
 title: Examples
 ---