Sha256: 408808d279b752b5b48cc8c6468117554d12851622a6b22bfe825e3ddd7e0f4a
Contents?: true
Size: 405 Bytes
Versions: 17
Compression:
Stored size: 405 Bytes
Contents
<%= header_partial %> <main> <section> <h2><%= page[:title] %></h2> <p class="date"><%= page[:date_us] %></p> <%= html %> <div class="tags">Tags: <ul> <% for @tag in page[:tags] %> <li><a href="<%= page[:site_URL] %>/tags/<%= @tag[:tag_slug] %>.html"><%= @tag[:name] %></a></li> <% end %> </ul> </div> </section> </main> <%= footer_partial %>
Version data entries
17 entries across 17 versions & 1 rubygems