lib/templates/s6/header.html.erb in slideshow-0.7.6 vs lib/templates/s6/header.html.erb in slideshow-0.7.7

- old
+ new

@@ -1,8 +1,10 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> <html> <head> + <%= content_for :head %> + <title><%= @headers['title'] %></title> <!-- configuration parameters --> <meta name="defaultView" content="slideshow"> <!-- style sheet links --> @@ -11,9 +13,11 @@ <link rel="stylesheet" href="s6/print.css" type="text/css" media="print" id="slidePrint"> <!-- S6 JS --> <script src="s6/jquery.js" type="text/javascript"></script> <script src="s6/slides.js" type="text/javascript"></script> + + <%= content_for :js %> </head> <body> <div class="layout">