Sha256: 61ce54ee1eb8d82d5005e77b4eef5d431b843b90410407d84d720f743eb86e8b

Contents?: true

Size: 741 Bytes

Versions: 11

Compression:

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

Year Path1: '<%= blog_year_path(2011, :blog_name_1) %>'
Month Path1: '<%= blog_month_path(2011,1, :blog_name_1) %>'
Day Path1: '<%= blog_day_path(2011,1,1, :blog_name_1) %>'

Year Path2: '<%= blog_year_path(2011, :blog_name_2) %>'
Month Path2: '<%= blog_month_path(2011,1, :blog_name_2) %>'
Day Path2: '<%= blog_day_path(2011,1,1, :blog_name_2) %>'

Version data entries

11 entries across 11 versions & 1 rubygems

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