Sha256: 758d71b52b8443f6f7fbc73b44bfb8f296e0fb45b75ac1a42b7e6a616aeeb5da

Contents?: true

Size: 383 Bytes

Versions: 4

Compression:

Stored size: 383 Bytes

Contents

<%= header_partial %>
<main>
  <section>
    <h2><%= page[:title] %></h2>
    <p class="date"><%= page[:date_us] %></p>
    <%= html %>
    <div class="tags">Tags:
      <ul>
        <% for @tag in page[:tags] %>
          <li><a href="/tags/<%= @tag[:tag_slug] %>.html"><%= @tag[:name] %></a></li>
        <% end %>
      </ul>
    </div>
  </section>
</main>
<%= footer_partial %>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
zine-0.4.0 lib/zine/skeleton/source/templates/post.erb
zine-0.3.0 lib/zine/skeleton/source/templates/post.erb
zine-0.2.0 lib/zine/skeleton/source/templates/post.erb
zine-0.1.0 lib/zine/skeleton/source/templates/post.erb