mmistakes / jekyll-theme-skinny-bones

A Jekyll starter with a variety of flexible layouts and components.
https://mmistakes.github.io/jekyll-theme-skinny-bones
MIT License
802 stars 907 forks source link

Fixing Disqus #45

Closed bnbon closed 8 years ago

bnbon commented 8 years ago

The indent is needed or else the disqus variable is not set, as you reference site.owner.disqus-shortname not site.disqus-shortname.

mmistakes commented 8 years ago

Good catch, thanks.