From a16c6ca3a257960e0e9beee981f963f5ac6382e2 Mon Sep 17 00:00:00 2001 From: Lars Henrik Mai Date: Sun, 21 Sep 2014 15:45:39 +0200 Subject: wrap main content in row and column --- source/layouts/layout.haml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'source/layouts/layout.haml') diff --git a/source/layouts/layout.haml b/source/layouts/layout.haml index 23e524e..cd62804 100644 --- a/source/layouts/layout.haml +++ b/source/layouts/layout.haml @@ -21,7 +21,9 @@ / content #content %section#main - = yield + .row + .columns + = yield / javascript initialization :javascript $(document).foundation(); -- cgit v1.2.1