Sha256: 0491f47ab883eefda969e8c75750972867feb7f3b1aa4501d35d8cf3e3e9717a

Contents?: true

Size: 1.21 KB

Versions: 11

Compression:

Stored size: 1.21 KB

Contents

<!doctype html>
<html class="html">
  <head>
    <title><%= title %></title>
    <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
    <link name="stylesheet" rel="stylesheet" type="text/css" href="styles/html.css" />
    <meta name="author" content="<%= authors.join(', ') %>" />
    <meta name="subject" content="<%= subject %>" />
    <meta name="keywords" content="<%= keywords %>" />
    <meta name="date" content="<%= published_at %>" />
    <%= highlight_theme('github') %>
  </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>

    <% if changelog %>
      <div class="container changelog">
        <%= changelog %>
      </div>
    <% end %>

    <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-3.1.0 spec/support/mybook/templates/html/layout.erb
kitabu-3.0.3 spec/support/mybook/templates/html/layout.erb
kitabu-3.0.2 spec/support/mybook/templates/html/layout.erb
kitabu-3.0.1 spec/support/mybook/templates/html/layout.erb
kitabu-3.0.0 spec/support/mybook/templates/html/layout.erb
kitabu-2.1.0 spec/support/mybook/templates/html/layout.erb
kitabu-2.0.4 spec/support/mybook/templates/html/layout.erb
kitabu-2.0.3 spec/support/mybook/templates/html/layout.erb
kitabu-2.0.2 spec/support/mybook/templates/html/layout.erb
kitabu-2.0.1 spec/support/mybook/templates/html/layout.erb
kitabu-2.0.0 spec/support/mybook/templates/html/layout.erb