diff options
| author | Barry Clark <barry@barryclark.co> | 2014-05-18 20:57:23 -0400 |
|---|---|---|
| committer | Barry Clark <barry@barryclark.co> | 2014-05-18 20:57:23 -0400 |
| commit | 9de3c00bf5a94ce495336d7a2a3ddd1ee199454a (patch) | |
| tree | ed38f60279eddc98ec3da490acf47cbd11e800f2 | |
| parent | 7aa77e044c0620e8d829a390b0a4f2d5ba4f17f9 (diff) | |
| download | acn-blog-9de3c00bf5a94ce495336d7a2a3ddd1ee199454a.tar.gz acn-blog-9de3c00bf5a94ce495336d7a2a3ddd1ee199454a.tar.bz2 acn-blog-9de3c00bf5a94ce495336d7a2a3ddd1ee199454a.zip | |
Fixes Disqus integration
| -rw-r--r-- | _includes/disqus.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/disqus.html b/_includes/disqus.html index ad38601..9baf91f 100644 --- a/_includes/disqus.html +++ b/_includes/disqus.html @@ -1,6 +1,6 @@ <div id="disqus_thread"></div> <script type="text/javascript"> - {% if include.disqus %} + {% if site.disqus %} var disqus_shortname = '{{ site.disqus }}'; |
