Sha256: 5f255768f8ca8fdb57fb459acc5b04cd077b5834a195cf732f571c96a6f9afd2

Contents?: true

Size: 1.33 KB

Versions: 18

Compression:

Stored size: 1.33 KB

Contents

<?xml version="1.0" encoding="utf-8" ?>
<html xmlns="http://www.w3.org/1999/xhtml"> 
<head>
  <title><%= title %></title> 
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 
  <meta name="generator" content="Verku Gem" /> 
  <meta name="author" content="<%= authors.to_sentence %>" />
  <meta name="subject" content="<%= subject %>" />
  <meta name="keywords" content="<%= keywords %>" />
  <meta name="date" content="<%= published_at %>" />
   
  <!-- charset=utf-8,html,xhtml --> 
  <meta name="date" content="<%= published_at %>" /> 

  <link rel="stylesheet" type="text/css" href="../templates/html/layout.css"/>
  <link rel="stylesheet" type="text/css" href="../templates/html/syntax.css"/>
  <link rel="stylesheet" type="text/css" href="../templates/html/user.css"/>
</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'>
    <%= contents %>
  </div>
  <div class="imprint container">
    <div>
      <h2><%= title %></h2>
      <p><%= authors.to_sentence %></p>
      <p><%= copyright %></p>
    </div>
  </div>
</body>
</html>

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
verku-0.16.10 templates/html/layout.erb
verku-0.16.9 templates/html/layout.erb
verku-0.16.8 templates/html/layout.erb
verku-0.16.7 templates/html/layout.erb
verku-0.16.6 templates/html/layout.erb
verku-0.16.5 templates/html/layout.erb
verku-0.16.4 templates/html/layout.erb
verku-0.16.3 templates/html/layout.erb
verku-0.16.2 templates/html/layout.erb
verku-0.16.1 templates/html/layout.erb
verku-0.16.0 templates/html/layout.erb
verku-0.15.0 templates/html/layout.erb
verku-0.14.1 templates/html/layout.erb
verku-0.14.0 templates/html/layout.erb
verku-0.10.1 templates/html/layout.erb
verku-0.10.0 templates/html/layout.erb
verku-0.8.1.0 templates/html/layout.erb
verku-0.8.0.p templates/html/layout.erb