diff options
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> + |