Sha256: 86559ad0600b2a42d2c5058e829b54b4227b63dd53599149765910dc6375587f

Contents?: true

Size: 623 Bytes

Versions: 3

Compression:

Stored size: 623 Bytes

Contents

<!DOCTYPE html>
<html>
<head>
  <title><%= filename || ''%></title>
  <% links.each do |link| -%>
  <%= link -%>
  <% end -%>
  <style>
    #wrapper {
      width: 920px;
      margin: 20px auto;
    }
  </style>
</head>
<body>
  <div id="wrapper">
  <div id="slider">
    <div class="frames">
      <div class="frame">
        <div id="readme" class="clearfix announce instapaper_body md">
          <span class="name"><%= filename || ''%></span>
          <article class="markdown-body entry-content">
            <%= body -%>
          </article>
        </div>
      </div>
    </div>
  </div>
  </div>
</body>
</html>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
hubdown-0.0.7 lib/hubdown/template.html.erb
hubdown-0.0.6 lib/hubdown/template.html.erb
hubdown-0.0.5 lib/hubdown/template.html.erb