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