oswaldoacauan / ghostium

A Ghost theme focused on content based on Medium design/ux.
https://ghost.org/?lmref=our-LA
MIT License
1.27k stars 382 forks source link

Cannot read property 'src' of undefined #170

Closed muscaiu closed 7 years ago

muscaiu commented 7 years ago

I added a new page 'About Me` by making a new post and turning it into a static page. That worked. But navigating to that page and the click back on Home page always gives me this error:

2017-01-03_20h52_10

It also fails to load the Blog Cover.

I tried creating other pages always with the same result. If i try the same thing on casper theme there is no error, so it must be something about Ghostium, but i can't figure out what it is!

muscaiu commented 7 years ago

Fixed by commenting out this part in default.hbs:

   ` //s.src = '//' + disqus_shortname + '.disqus.com/count.js';`

Everything seems to work even without it.