aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes/masthead.html
diff options
context:
space:
mode:
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