roryg / ghostwriter

A simple AJAX driven Ghost theme.
MIT License
869 stars 360 forks source link

Theme breaks Back button #84

Open pdeva opened 9 years ago

pdeva commented 9 years ago

To reproduce:

  1. Click 'Browse posts'
  2. Select a post
  3. Press the browser back button

Expected: You should land back to the 'Browse posts' page which was the last page you were at.

Actual: You land at the homepage of the blog.

Penderworth commented 8 years ago

This is due to Browse Posts not having its own page/url. I wonder what could be done to make it it independent.