diff --git a/_config.yml b/_config.yml
index ff0a6616ac..0f704fe2f1 100644
--- a/_config.yml
+++ b/_config.yml
@@ -1,8 +1,6 @@
markdown: rdiscount
permalink: pretty
pygments: true
-paginate: 5
-
source: ./docs
destination: ./_gh_pages
auto: true
diff --git a/docs/_includes/colophon.html b/docs/_includes/colophon.html
new file mode 100644
index 0000000000..ae92db140c
--- /dev/null
+++ b/docs/_includes/colophon.html
@@ -0,0 +1,35 @@
+
+
\ No newline at end of file
diff --git a/docs/_includes/footer.html b/docs/_includes/footer.html
new file mode 100644
index 0000000000..c91c7d00ed
--- /dev/null
+++ b/docs/_includes/footer.html
@@ -0,0 +1,39 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/docs/_includes/header.html b/docs/_includes/header.html
new file mode 100644
index 0000000000..ea590ca707
--- /dev/null
+++ b/docs/_includes/header.html
@@ -0,0 +1,44 @@
+
+
+
+
+
+
+ {% if page.title == "Bootstrap" %}
+ {{ page.title }}
+ {% else if %}
+ {{ page.title }} · Bootstrap
+ {% endif %}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/_includes/masthead.html b/docs/_includes/masthead.html
new file mode 100644
index 0000000000..205b244fee
--- /dev/null
+++ b/docs/_includes/masthead.html
@@ -0,0 +1,8 @@
+{% raw %}
+
+
+
{{ page.title }}
+
{{ page.description }}
+
+
+{% endraw %}
\ No newline at end of file
diff --git a/docs/_includes/navbar.html b/docs/_includes/navbar.html
new file mode 100644
index 0000000000..b9d5f02792
--- /dev/null
+++ b/docs/_includes/navbar.html
@@ -0,0 +1,37 @@
+
+
diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html
index 90e8af4405..536dae1ba2 100644
--- a/docs/_layouts/default.html
+++ b/docs/_layouts/default.html
@@ -1,173 +1,23 @@
-
-
-
-
-
-
- {% if page.title == "Bootstrap" %}
- {{ page.title }}
- {% else if %}
- {{ page.title }} · Bootstrap
- {% endif %}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+ {% include header.html %}
+
-
-
-
+
+ {% include navbar.html %}
+
+ {{ content }}
-{{ content }}
+
+ {% include colophon.html %}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+ {% include footer.html %}
-
+