aboutsummaryrefslogtreecommitdiffstats
path: root/docs/_layouts/fullwidth.html
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2018-09-27 14:56:52 +0100
committerMatthew Somerville <matthew-github@dracos.co.uk>2018-09-27 14:56:52 +0100
commitb3fea58c6f9a29ec5fb428d82c25e3a82ac962af (patch)
treef7b79502c8bcbc158451c205944ee8d337750f8e /docs/_layouts/fullwidth.html
parent371927debffc6bb42d8d86a90afc715d1d837e74 (diff)
Move docs from gh-pages branch.
Diffstat (limited to 'docs/_layouts/fullwidth.html')
-rw-r--r--docs/_layouts/fullwidth.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/_layouts/fullwidth.html b/docs/_layouts/fullwidth.html
new file mode 100644
index 000000000..0999cf85c
--- /dev/null
+++ b/docs/_layouts/fullwidth.html
@@ -0,0 +1,14 @@
+---
+layout: default
+---
+
+<div class="page-wrapper">
+ <div class="page">
+ <div class="main-content-column-full-width">
+ <main role="main" class="main-content">
+ {{ content }}
+ </main>
+ </div>
+ </div>
+</div>
+