Sha256: afea9ba31d37a7cad45645746740968bb5c140e2e98f64ba3eee20d0f2e45caf

Contents?: true

Size: 232 Bytes

Versions: 5

Compression:

Stored size: 232 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 %>

Category Path: '<%= category_path("articles") %>'

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
middleman-blog-3.6.0.beta.2 fixtures/custom-collections-sources-app/source/index.html.erb
middleman-blog-3.5.3 fixtures/custom-collections-sources-app/source/index.html.erb
middleman-blog-3.5.2 fixtures/custom-collections-sources-app/source/index.html.erb
middleman-blog-3.5.1 fixtures/custom-collections-sources-app/source/index.html.erb
middleman-blog-3.5.0 fixtures/custom-collections-sources-app/source/index.html.erb