Skip to content

Commit

Permalink
Merge branch 'master' of github.com:pivotal-cf/bookbinder
Browse files Browse the repository at this point in the history
  • Loading branch information
animatedmax committed Jun 1, 2016
2 parents d51af96 + fd66fc1 commit 5df4a03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions master_middleman/source/layouts/layout.erb
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
<%= stylesheet_link_tag 'book-styles', :media => 'screen, print' %>
<link href='/images/favicon.ico' rel='shortcut icon'>

<script src="/javascripts/sidenav.js" />
<script src="/javascripts/sidenav.js"></script>
<%= partial 'layouts/additional-scripts' %>
</head>

<body class="<%= defined?(body_classes) ? body_classes : page_classes %> <%= yield_for_subnav.empty? ? '' : 'has-subnav' %>">
<body class="<%= body_classes %><%= yield_for_subnav.empty? ? '' : ' has-subnav' %>">

<div class="viewport">
<div class='wrap'>
Expand Down

0 comments on commit 5df4a03

Please sign in to comment.