aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes/masthead.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-02-14 23:42:47 -0800
committerMark Otto <[email protected]>2013-02-14 23:42:47 -0800
commitae525258af17ef8f14259971442eacbec31d1d01 (patch)
tree5f5958f83b59356cdac32440183b691afe0c4e7a /docs/_includes/masthead.html
parentb1e7010bfcba029180545fe0dcf4d66183ea4a71 (diff)
parentaa5f09037133f22093c4b97d15451d4e54180ba2 (diff)
downloadbootstrap-ae525258af17ef8f14259971442eacbec31d1d01.tar.xz
bootstrap-ae525258af17ef8f14259971442eacbec31d1d01.zip
Merge branch 'bs3_jekyll' into 3.0.0-wip
Conflicts: docs/css.html docs/templates/pages/css.mustache
Diffstat (limited to 'docs/_includes/masthead.html')
-rw-r--r--docs/_includes/masthead.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/_includes/masthead.html b/docs/_includes/masthead.html
new file mode 100644
index 000000000..205b244fe
--- /dev/null
+++ b/docs/_includes/masthead.html
@@ -0,0 +1,8 @@
+{% raw %}
+<header class="bs-docs-jumbotron subhead">
+ <div class="container">
+ <h1>{{ page.title }}</h1>
+ <p class="lead">{{ page.description }}</p>
+ </div>
+</header>
+{% endraw %} \ No newline at end of file