Sha256: 162713e7fe2c7269d7e54c1b74911907e458405fa6cfaed19e988dffe490aed0
Contents?: true
Size: 477 Bytes
Versions: 2
Compression:
Stored size: 477 Bytes
Contents
<%= header_partial %> <main> <section> <% for @post in data %> <h2><%= @post[:page][:title] %></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="/tags/<%= @tag[:tag_slug] %>.html"><%= @tag[:name] %></a></li> <% end %> </ul> </div> <% end %> </section> </main> <%= footer_partial %>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
zine-0.2.0 | lib/zine/skeleton/source/templates/home.erb |
zine-0.1.0 | lib/zine/skeleton/source/templates/home.erb |