diff options
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 %>"> |