summaryrefslogtreecommitdiff
path: root/source/layouts/layout.haml
diff options
context:
space:
mode:
Diffstat (limited to 'source/layouts/layout.haml')
-rw-r--r--source/layouts/layout.haml6
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();