comparison pelicanconf.py @ 12:5ff71680269a

Set DISQUS_NO_ID so we don't confuse Disqus. The Pelican Bootstrap3 theme is by default adding data-disqus-identifier to my comment count links. Since my old blog didn't have these, I think Disqus is getting confused. When I removed this, some blog entries where Disqus didn't know what the comment count was suddenly began showing the correct comment counts (mainly 0 I think).
author Brian Neal <bgneal@gmail.com>
date Tue, 04 Feb 2014 18:44:59 -0600
parents e29fd75628d6
children bcfe2a2c8358
comparison
equal deleted inserted replaced
11:75a003a548c4 12:5ff71680269a
63 63
64 ############################################################################### 64 ###############################################################################
65 65
66 DISQUS_SITENAME = 'deathofagremmie' 66 DISQUS_SITENAME = 'deathofagremmie'
67 DISQUS_DISPLAY_COUNTS = True 67 DISQUS_DISPLAY_COUNTS = True
68 DISQUS_NO_ID = True
68 69
69 ############################################################################### 70 ###############################################################################
70 71
71 THEME = '/home/brian/coding/python/venvs/blog/pelican-bootstrap3' 72 THEME = '/home/brian/coding/python/venvs/blog/pelican-bootstrap3'
72 BOOTSTRAP_THEME = 'readable' 73 BOOTSTRAP_THEME = 'readable'