Sha256: a7ea71c95c67e9f92a26484a17f7f7a74a1f106e180c988cd980f77b05511234

Contents?: true

Size: 229 Bytes

Versions: 10

Compression:

Stored size: 229 Bytes

Contents

Category1: <%= category %>

<% if articles %>
  <% articles[0...12].each do |article| %>
    <li><a href="<%= article.url %>"><%= article.title %></a> <time><%= article.date.strftime('%b %e') %></time></li>
  <% end %>
<% end %>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
middleman-blog-4.0.3 fixtures/custom-collections-multiblog-app/source/category1.html.erb
middleman-blog-4.0.2 fixtures/custom-collections-multiblog-app/source/category1.html.erb
middleman-blog-4.0.1 fixtures/custom-collections-multiblog-app/source/category1.html.erb
middleman-blog-4.0.0 fixtures/custom-collections-multiblog-app/source/category1.html.erb
middleman-blog-3.6.0.beta.2 fixtures/custom-collections-multiblog-app/source/category1.html.erb
middleman-blog-3.5.3 fixtures/custom-collections-multiblog-app/source/category1.html.erb
middleman-blog-3.5.2 fixtures/custom-collections-multiblog-app/source/category1.html.erb
middleman-blog-3.5.1 fixtures/custom-collections-multiblog-app/source/category1.html.erb
middleman-blog-3.5.0 fixtures/custom-collections-multiblog-app/source/category1.html.erb
middleman-blog-3.4.1 fixtures/custom-collections-multiblog-app/source/category1.html.erb