Sha256: c3cb564066a037cace6ee043b4a4483df33b0b08f2176d43110c2d55c28cf1d2

Contents?: true

Size: 635 Bytes

Versions: 17

Compression:

Stored size: 635 Bytes

Contents

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

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
zine-0.22.0 lib/zine/skeleton/source/templates/home.erb
zine-0.21.0 lib/zine/skeleton/source/templates/home.erb
zine-0.20.0 lib/zine/skeleton/source/templates/home.erb
zine-0.19.0 lib/zine/skeleton/source/templates/home.erb
zine-0.18.0 lib/zine/skeleton/source/templates/home.erb
zine-0.17.0 lib/zine/skeleton/source/templates/home.erb
zine-0.16.0 lib/zine/skeleton/source/templates/home.erb
zine-0.15.0 lib/zine/skeleton/source/templates/home.erb
zine-0.14.0 lib/zine/skeleton/source/templates/home.erb
zine-0.13.0 lib/zine/skeleton/source/templates/home.erb
zine-0.11.0 lib/zine/skeleton/source/templates/home.erb
zine-0.10.0 lib/zine/skeleton/source/templates/home.erb
zine-0.9.0 lib/zine/skeleton/source/templates/home.erb
zine-0.8.0 lib/zine/skeleton/source/templates/home.erb
zine-0.7.0 lib/zine/skeleton/source/templates/home.erb
zine-0.6.0 lib/zine/skeleton/source/templates/home.erb
zine-0.5.0 lib/zine/skeleton/source/templates/home.erb