Sha256: 94afa87c0d4bc3ba5969bb7fa4df6652052c9159c357c097e79da3241e9a5f1a

Contents?: true

Size: 492 Bytes

Versions: 11

Compression:

Stored size: 492 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 %>
Tag Path1: '<%= tag_path("fooX", :blog_name_1) %>'
Tag Path2: '<%= tag_path("fooX", :blog_name_2) %>'

Version data entries

11 entries across 11 versions & 1 rubygems

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