aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes/masthead.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-02-13 23:37:08 -0800
committerMark Otto <[email protected]>2013-02-13 23:37:08 -0800
commitd709dba284180679accb6e164686249bdf243211 (patch)
tree67a8c2de412ea88d32340666a7fef496f8fc2cd0 /docs/_includes/masthead.html
parentb12ff91d482199ce64a6e2a39a0f1ba58d22de51 (diff)
downloadbootstrap-d709dba284180679accb6e164686249bdf243211.tar.xz
bootstrap-d709dba284180679accb6e164686249bdf243211.zip
Start using some includes; test out some pygments highlighting
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