Sha256: fb97951c0182af2c7be1d72938984425e7bcfcf2b2d5020987be774dec244494
Contents?: true
Size: 495 Bytes
Versions: 11
Compression:
Stored size: 495 Bytes
Contents
Year1: '<%= year %>' Month1: '<%= month if page_type == "month" or page_type == "day" %>' Day1: '<%= day if page_type == "day" %>' <% articles[0...5].each_with_index do |article, i| %> <article class="<%= (i == 0) ? 'first' : '' %>"> <h1><a href="<%= article.url %>"><%= article.title %></a> <span><%= article.date.strftime('%b %e %Y') %></span></h1> <%= article.summary %> <div class="more"><a href="<%= article.url %>">read on »</a></div> </article> <% end %>
Version data entries
11 entries across 11 versions & 1 rubygems