Sha256: f4ca213a9d8d644a443c81fb97ff18e1862b35edc3b2f9afbdd79301d830e4c7

Contents?: true

Size: 222 Bytes

Versions: 14

Compression:

Stored size: 222 Bytes

Contents

Tag: <%= tagname %>

<% 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

14 entries across 14 versions & 1 rubygems

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