diff slides.html.erb @ 6:d24173772691

Support author profile
author Yasutaka Higa <e115763@ie.u-ryukyu.ac.jp>
date Thu, 20 Nov 2014 10:53:53 +0900
parents cf6e0c3742b4
children 7295bc144c9f
line wrap: on
line diff
--- a/slides.html.erb	Sat Nov 15 17:26:53 2014 +0900
+++ b/slides.html.erb	Thu Nov 20 10:53:53 2014 +0900
@@ -18,7 +18,8 @@
 		<section>
 			<header>
 				<h2><%= @headers['title'] %></h2>
-				<h3><%= @headers['author'] %></h3>
+				<h3 id="author"><%= @headers['author'] %></h3>
+				<h3 id="profile"><%= @headers['profile'] %></h3>
 			</header>
 		</section>
 	</div></div>
@@ -36,10 +37,6 @@
 </div></div>
 <% end %>
 
-	<!--
-		To hide progress bar from entire presentation
-		just remove “progress” element.
-		-->
 	<script src="scripts/script.js"></script>
 	<!-- Copyright © 2010–2011 Vadim Makeev, http://pepelsbey.net/ -->
 </body>