Sha256: e73fee0b9b807ce14e9d29d769fb57f7194a66123848dc222f6e1d8ca63d1976

Contents?: true

Size: 1.14 KB

Versions: 11

Compression:

Stored size: 1.14 KB

Contents

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
	"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<head>
	<title><%= title %></title>
	<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
	<link rel="stylesheet" type="text/css" href="../templates/layout.css"/>
	<link rel="stylesheet" type="text/css" href="../templates/syntax.css"/>
	<link rel="stylesheet" type="text/css" href="../templates/user.css"/>

	<meta name="author" content="<%= authors.join(', ') %>" />
	<meta name="subject" content="<%= subject %>" />
	<meta name="keywords" content="<%= keywords %>" />
	<meta name="date" content="<%= published_at %>" />
</head>
<body>
	<div class="frontcover container">
		<div>
			<h1><%= title %></h1>
			<p class="description"><%= subject %></p>
			<p class="authors"><%= authors.to_sentence %></p>
		</div>
	</div>

	<div class="table-of-contents">
		<h2 class="no-toc">Content</h2>
		<div id="toc">
			<%= toc %>
		</div>
	</div>

	<div id="chapters">
		<%= content %>
	</div>

	<div class="imprint container">
		<div>
			<h2><%= title %></h2>
			<p><%= authors.to_sentence %></p>
			<p><%= copyright %></p>
		</div>
	</div>
</body>
</html>

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
kitabu-1.0.6 examples/RailsGuides/templates/layout.erb
kitabu-1.0.5 examples/RailsGuides/templates/layout.erb
kitabu-1.0.4 examples/RailsGuides/templates/layout.erb
kitabu-1.0.3 examples/RailsGuides/templates/layout.erb
kitabu-1.0.2 examples/RailsGuides/templates/layout.erb
kitabu-1.0.1 examples/RailsGuides/templates/layout.erb
kitabu-1.0.0 examples/RailsGuides/templates/layout.erb
kitabu-1.0.0.rc4 examples/RailsGuides/templates/layout.erb
kitabu-1.0.0.rc3 examples/RailsGuides/templates/layout.erb
kitabu-1.0.0.rc2 examples/RailsGuides/templates/layout.erb
kitabu-1.0.0.rc1 examples/RailsGuides/templates/layout.erb