From 616254eecd891d63c9e7ede94227b7e1c84e985c Mon Sep 17 00:00:00 2001 From: Lars Henrik Mai Date: Tue, 8 Apr 2014 17:20:37 +0200 Subject: added bootstrap files --- source/layouts/layout.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/layouts') diff --git a/source/layouts/layout.erb b/source/layouts/layout.erb index 894679a..7338ea2 100644 --- a/source/layouts/layout.erb +++ b/source/layouts/layout.erb @@ -9,8 +9,8 @@ <%= current_page.data.title || "The Middleman" %> - <%= stylesheet_link_tag "normalize", "all" %> - <%= javascript_include_tag "all" %> + <%= stylesheet_link_tag "normalize", "all", "bootstrap", "bootstrap-theme" %> + <%= javascript_include_tag "all", "bootstrap" %> -- cgit v1.2.1