ghostium
ghostium copied to clipboard
Sidebar image won't load if i click in Home.
Whenever i click in my home button, my sidebar image disappear and enter in a loop trying to load This is the error i can see in js console:
Uncaught TypeError: Cannot read property 'src' of undefined
Website: www.leandrosf.com
I'm getting this bug as well. Demo at http://blog.nelsonliu.me
This bug has a fairly simple fix: it's caused by trying to remove a disqus element, but that fails when there are no posts on the blog. An easy client side fix is to just publish a post.