Sha256: f5a5db2f669f3d5d85b1c0c349e832ff7e4132d82c41769f910e688d03aadf22
Contents?: true
Size: 291 Bytes
Versions: 20
Compression:
Stored size: 291 Bytes
Contents
<%= header_partial %> <main> <section> <h2>Previously...</h2> <ul> <% for @post in data %> <li><p><a href="<%= @post[:uri] %>"><%= @post[:page][:title] %></a> — <%= @post[:page][:date_us] %></p></li> <% end %> </ul> </section> </main> <%= footer_partial %>
Version data entries
20 entries across 20 versions & 1 rubygems