# HG changeset patch # User Brian Neal # Date 1391561099 21600 # Node ID 5ff71680269ad53c826a1f4990ccccf9c6825522 # Parent 75a003a548c496e2ef24a3c9010d1bebb3d94d6c 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). diff -r 75a003a548c4 -r 5ff71680269a pelicanconf.py --- a/pelicanconf.py Sun Feb 02 13:07:15 2014 -0600 +++ b/pelicanconf.py Tue Feb 04 18:44:59 2014 -0600 @@ -65,6 +65,7 @@ DISQUS_SITENAME = 'deathofagremmie' DISQUS_DISPLAY_COUNTS = True +DISQUS_NO_ID = True ###############################################################################