diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-09-27 14:56:52 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-09-27 14:56:52 +0100 |
commit | b3fea58c6f9a29ec5fb428d82c25e3a82ac962af (patch) | |
tree | f7b79502c8bcbc158451c205944ee8d337750f8e /docs/_layouts/fullwidth.html | |
parent | 371927debffc6bb42d8d86a90afc715d1d837e74 (diff) |
Move docs from gh-pages branch.
Diffstat (limited to 'docs/_layouts/fullwidth.html')
-rw-r--r-- | docs/_layouts/fullwidth.html | 14 |
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> + |