diff options
author | Lars Henrik Mai <lars.mai@kontinui.de> | 2014-09-21 13:58:29 +0200 |
---|---|---|
committer | Lars Henrik Mai <lars.mai@kontinui.de> | 2014-09-21 13:58:29 +0200 |
commit | a767ac373836d9ea9601635e3c3843ef2cde2dbd (patch) | |
tree | cbfc3a88b7301cc665273269c103b881f865ebad /source/layouts | |
parent | ba9fb4dae31cbf6969ed1ec917faca956044e063 (diff) |
migrate index and navigation to foundation
Diffstat (limited to 'source/layouts')
-rw-r--r-- | source/layouts/layout.haml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/source/layouts/layout.haml b/source/layouts/layout.haml index d932c9b..23e524e 100644 --- a/source/layouts/layout.haml +++ b/source/layouts/layout.haml @@ -17,9 +17,11 @@ - link_to '/index.html' do = image_tag 'sublab-logo.png', class: "img-responsive" / main navigation - %nav - = partial "navigation" + = partial "navigation" / content #content %section#main = yield + / javascript initialization + :javascript + $(document).foundation(); |