diff options
author | Lars Henrik Mai <lars.mai@kontinui.de> | 2014-04-08 17:20:37 +0200 |
---|---|---|
committer | Lars Henrik Mai <lars.mai@kontinui.de> | 2014-04-08 17:20:37 +0200 |
commit | 616254eecd891d63c9e7ede94227b7e1c84e985c (patch) | |
tree | 595eb67cb46f85e27bf495f991015b57899a427a /source/layouts | |
parent | c8a34ac5caebb7a981fca7131ae19d26d1bfb70f (diff) |
added bootstrap files
Diffstat (limited to 'source/layouts')
-rw-r--r-- | source/layouts/layout.erb | 4 |
1 files changed, 2 insertions, 2 deletions
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 @@ <!-- Use title if it's in the page YAML frontmatter --> <title><%= current_page.data.title || "The Middleman" %></title> - <%= stylesheet_link_tag "normalize", "all" %> - <%= javascript_include_tag "all" %> + <%= stylesheet_link_tag "normalize", "all", "bootstrap", "bootstrap-theme" %> + <%= javascript_include_tag "all", "bootstrap" %> </head> <body class="<%= page_classes %>"> |