Sha256: a68ec04bb1013564264c59450adbd01ac39b0831787e4d2dc81ac4a7dc0e9e27

Contents?: true

Size: 238 Bytes

Versions: 6

Compression:

Stored size: 238 Bytes

Contents

<ul>
  <% blog.articles[0...10].each do |article| %>
  <li>
    <h2><a href="<%= article.url %>"><%= article.title %></a> <span><%= article.date.strftime('%b %e') %></span></h2>
    <p><%= article.summary %></p>
  </li>
  <% end %>
</ul>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
middleman-blog-3.0.0 lib/middleman-blog/template/source/index.html.erb
middleman-blog-3.0.0.rc.4 lib/middleman-blog/template/source/index.html.erb
middleman-blog-3.0.0.rc.3 lib/middleman-blog/template/source/index.html.erb
middleman-blog-3.0.0.rc.2 lib/middleman-blog/template/source/index.html.erb
middleman-blog-3.0.0.rc.1 lib/middleman-blog/template/source/index.html.erb
middleman-blog-3.0.0.beta.3 lib/middleman-blog/template/source/index.html.erb