Sha256: 123b5d3002fb75a7cd06856e40038d15ec8446527785e16f96d14b4a09955ba2
Contents?: true
Size: 510 Bytes
Versions: 2
Compression:
Stored size: 510 Bytes
Contents
--- pageable: true per_page: 10 --- <% if paginate %> <p>Page <%= page_number %> of <%= num_pages %></p> <% if prev_page %> <p><%= link_to 'Previous page', prev_page %></p> <% end %> <% end %> <% page_articles.each_with_index do |article, i| %> <h2><%= link_to article.title, article %> <span><%= article.date.strftime('%b %e') %></span></h2> <p><%= article.summary %></p> <% end %> <% if paginate %> <% if next_page %> <p><%= link_to 'Next page', next_page %></p> <% end %> <% end %>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
middleman-blog-3.1.1 | lib/middleman-blog/template/source/index.html.erb |
middleman-blog-3.1.0 | lib/middleman-blog/template/source/index.html.erb |