Sha256: c4832da734e8b2174568aa661bd0a4c37684111c13ceb93640f7ad247d03249f

Contents?: true

Size: 527 Bytes

Versions: 10

Compression:

Stored size: 527 Bytes

Contents

 <% blog(:blog_name_1).articles[0...12].each do |article| %>
      <li><a href="<%= article.url %>"><%= article.title %></a> <time><%= article.date.strftime('%b %e') %></time></li>
    <% end %>
 <% blog(:blog_name_2).articles[0...12].each do |article| %>
      <li><a href="<%= article.url %>"><%= article.title %></a> <time><%= article.date.strftime('%b %e') %></time></li>
    <% end %>
Category Path1: '<%= category_path("ruby-on-rails", :blog_name_1) %>'
Category Path2: '<%= category_path("javascript", :blog_name_2) %>'

Version data entries

10 entries across 10 versions & 1 rubygems

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