diff --git a/app/views/layouts/landing_page.html.haml b/app/views/layouts/landing_page.html.haml index 726c7d38e4..2b57734b01 100644 --- a/app/views/layouts/landing_page.html.haml +++ b/app/views/layouts/landing_page.html.haml @@ -29,6 +29,9 @@ %li= link_to "Distributors", "#" %li.divider %li= link_to "Farmers", "#" - = yield + %section{ role: "main" } + = yield + %section#sidebar{ role: "complementary" } + = render "home/login" = yield :scripts