diff options
Diffstat (limited to 'docs/_layouts/landing.html')
-rw-r--r-- | docs/_layouts/landing.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/_layouts/landing.html b/docs/_layouts/landing.html new file mode 100644 index 000000000..ba21ac9f7 --- /dev/null +++ b/docs/_layouts/landing.html @@ -0,0 +1,9 @@ +--- +layout: default +bodyclass: home +--- + + +<div class="page-wrapper--white"> + {{ content }} +</div> |