Closed rynorris closed 9 years ago
Would need to be careful to keep browser history working. See window.history.pushState and window.history.onpopstate. These only work in html5. So if I want to keep support for older browsers I'd need to check and do normal page loads if not supported.
Now fully fixed by cce22cec8dfec8462db3a0f8e6eb2d93c0a8303e.
When supported, the page will never reload whilst browsing the site! History fully supported and works as expected.
At the moment the main page and permalink pages are the same page. This whole site could be one page, improving browsing speed and reducing server load.
This would require two things:
Given the existing infrastructure, these should be minor changes to the javascript only.