summaryrefslogtreecommitdiff
path: root/source/layouts/layout.erb
diff options
context:
space:
mode:
authorLars Henrik Mai <lars.mai@kontinui.de>2014-04-08 17:20:37 +0200
committerLars Henrik Mai <lars.mai@kontinui.de>2014-04-08 17:20:37 +0200
commit616254eecd891d63c9e7ede94227b7e1c84e985c (patch)
tree595eb67cb46f85e27bf495f991015b57899a427a /source/layouts/layout.erb
parentc8a34ac5caebb7a981fca7131ae19d26d1bfb70f (diff)
added bootstrap files
Diffstat (limited to 'source/layouts/layout.erb')
-rw-r--r--source/layouts/layout.erb4
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 %>">