1

I want to show the latest blog post on the blog/index.html page of my blog which I have done. I now want to display a link to the next post.

Likewise, when I click a blog entry's url I want to add next / prev controls to the blog/_detail.html page.

What is a simple way to accomplish this?

blairrorani
  • 413
  • 3
  • 11

1 Answers1

2

Take a look at: How do I build a pagination nav?

Andrea DeMers
  • 1,226
  • 7
  • 15