diff options
author | Martin Wright <martin@mynameismartin.com> | 2014-06-09 11:39:23 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2014-06-17 12:28:39 +0100 |
commit | 30f9971fd8de687f962850ff8dc897ebc74a7eff (patch) | |
tree | 14dedfb32d764c2db3d9c801ea5983bfac7cbe24 | |
parent | 2b1215bbda05f3ad256d5468118dbe1fe965f8a0 (diff) |
added new completly blank layout for homepage
-rw-r--r-- | _layouts/landing.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/_layouts/landing.html b/_layouts/landing.html new file mode 100644 index 000000000..ceb9468c9 --- /dev/null +++ b/_layouts/landing.html @@ -0,0 +1,8 @@ +--- +layout: default +--- + + +<div class="page-wrapper--white"> + {{ content }} +</div> |