Sha256: 9ca440f7e7ffb298c82027534a450dbd52f2042bf96e48100a485402ae6b4506
Contents?: true
Size: 311 Bytes
Versions: 28
Compression:
Stored size: 311 Bytes
Contents
<% blog.articles[0...12].each do |article| %> <li><a href="<%= article.url %>"><%= article.title %></a> <time><%= article.date.strftime('%b %e') %></time></li> <% end %> Year Path: '<%= blog_year_path(2011) %>' Month Path: '<%= blog_month_path(2011,1) %>' Day Path: '<%= blog_day_path(2011,1,1) %>'
Version data entries
28 entries across 14 versions & 1 rubygems