From a6013ddf14633f36502b9d86b39dd6316115b973 Mon Sep 17 00:00:00 2001 From: Guillaume DOTT Date: Thu, 31 Jan 2013 19:47:59 +0100 Subject: [PATCH] Remove javascript_tag from layout --- source/layouts/layout.haml | 1 - 1 file changed, 1 deletion(-) diff --git a/source/layouts/layout.haml b/source/layouts/layout.haml index ae5c739..6627262 100644 --- a/source/layouts/layout.haml +++ b/source/layouts/layout.haml @@ -8,7 +8,6 @@ %title= "#{data.page.title || "Home"} | Guillaume DOTT" = stylesheet_link_tag "normalize", "all" - = javascript_include_tag "all" = favicon_tag 'favicon.png' %body{class: page_classes}