From ba9fb4dae31cbf6969ed1ec917faca956044e063 Mon Sep 17 00:00:00 2001 From: Lars Henrik Mai Date: Sun, 21 Sep 2014 12:42:12 +0200 Subject: configure foundation --- source/layouts/layout.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/layouts') diff --git a/source/layouts/layout.haml b/source/layouts/layout.haml index 53cf1ae..d932c9b 100644 --- a/source/layouts/layout.haml +++ b/source/layouts/layout.haml @@ -9,7 +9,7 @@ / Use title if it's in the page YAML frontmatter %title= current_page.data.title || "sublab" = stylesheet_link_tag "base" - = javascript_include_tag "all" + = javascript_include_tag "modernizr", "all" %body{:class => page_classes} / header %header -- cgit v1.2.1