Sha256: 2c80f08fbcb7b09c94a5929d51768a3ba0a83e9f5d26efc7c0fcd3b529e26038
Contents?: true
Size: 396 Bytes
Versions: 17
Compression:
Stored size: 396 Bytes
Contents
<%= header_partial %> <main> <section> <h2><%= page[:title] %></h2> <% for @name, @tag in data %> <h3><%= @name %></h3> <ul> <% for @post in @tag %> <li><a href="<%= page[:site_URL] %>/<%= @post[:destURL] %>"><%= @post[:pageTitle] %></a> <%= @post[:pageDateUS] %></li> <% end %> </ul> <% end %> </section> </main> <%= footer_partial %>
Version data entries
17 entries across 17 versions & 1 rubygems