summaryrefslogtreecommitdiff
path: root/source/layouts/layout.erb
diff options
context:
space:
mode:
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 %>">