Sha256: 839b5d91d43d279b28799ad9b742d3af8070ef4429a5dd51b7a7cd11b906e067

Contents?: true

Size: 493 Bytes

Versions: 51

Compression:

Stored size: 493 Bytes

Contents

Paginate: <%= paginate %>
Article Count: <%= page_articles.size %>
<% if paginate %>
Page Num: <%= page_number %>
Num Pages: <%= num_pages %>
Per Page: <%= per_page %>
Page Start: <%= page_start %>
Page End: <%= page_end %>
Next Page: '<%= next_page.url if next_page %>'
Prev Page: '<%= prev_page.url if prev_page %>'
<% end %>

<% page_articles.each do |article| %>
  <li><a href="<%= article.url %>"><%= article.title %></a> <time><%= article.date.strftime('%b %e') %></time></li>
<% end %>

Version data entries

51 entries across 51 versions & 3 rubygems

Version Path
middleman-core-with-external-sources-watch-fix-4.1.10 fixtures/paginate-app/source/index.html.erb
middleman-core-with-external-sources-watch-fix-4.1.0 fixtures/paginate-app/source/index.html.erb
middleman-core-4.3.0.rc.1 fixtures/paginate-app/source/index.html.erb
middleman-core-4.2.1 fixtures/paginate-app/source/index.html.erb
middleman-core-4.2.0 fixtures/paginate-app/source/index.html.erb
middleman-core-4.1.14 fixtures/paginate-app/source/index.html.erb
middleman-core-4.1.13 fixtures/paginate-app/source/index.html.erb
middleman-core-4.1.12 fixtures/paginate-app/source/index.html.erb
middleman-core-4.1.11 fixtures/paginate-app/source/index.html.erb
middleman-core-4.1.10 fixtures/paginate-app/source/index.html.erb
middleman-core-4.1.9 fixtures/paginate-app/source/index.html.erb
middleman-core-4.1.8 fixtures/paginate-app/source/index.html.erb
middleman-core-4.1.7 fixtures/paginate-app/source/index.html.erb
middleman-core-4.1.6 fixtures/paginate-app/source/index.html.erb
middleman-core-4.1.5 fixtures/paginate-app/source/index.html.erb
middleman-core-4.1.3 fixtures/paginate-app/source/index.html.erb
middleman-core-4.1.2 fixtures/paginate-app/source/index.html.erb
middleman-core-4.1.1 fixtures/paginate-app/source/index.html.erb
middleman-core-4.1.0 fixtures/paginate-app/source/index.html.erb
middleman-core-4.1.0.rc.2 fixtures/paginate-app/source/index.html.erb