To repro:
On sandbox as admin1, go to /u/admin1, install blog tool, create post with title 'Test' and content 'test'. Mark as Published and save.
Now go to /u/test-user, install blog tool, create post with title 'Test' and content 'testing'. Mark as Published and save.
When the page refreshes, you'll be looking at admin1's 'Test' post instead of test-user's. The content will be 'test' instead of 'testing', and the Edit link will be pointing to /u/admin1/blog/...
forge:tv/2768
To test, follow the repro steps above, and at the end make sure you are looking at the test-user post instead of the admin1 post.
Originally by: algorithms
Looks good, all one line of it :). Tested on sb-9014 and merged to dev.