mirror of
https://github.com/moparisthebest/android.moparisthebest.org
synced 2025-01-11 13:48:37 -05:00
Added disqus developer mode functionality
Signed-off-by: Brandon Mathis <brandon@imathis.com>
This commit is contained in:
parent
c06ba58466
commit
e334e832de
@ -2,6 +2,7 @@
|
|||||||
{% if site.disqus_short_name and page.comments != false %}
|
{% if site.disqus_short_name and page.comments != false %}
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
var disqus_shortname = '{{ site.disqus_short_name }}';
|
var disqus_shortname = '{{ site.disqus_short_name }}';
|
||||||
|
var disqus_developer = '{{ site.disqus_developer }}';
|
||||||
{% if page.comments == true %}
|
{% if page.comments == true %}
|
||||||
{% comment %} `page.comments` can be only be set to true on pages/posts, so we embed the comments here. {% endcomment %}
|
{% comment %} `page.comments` can be only be set to true on pages/posts, so we embed the comments here. {% endcomment %}
|
||||||
// var disqus_developer = 1;
|
// var disqus_developer = 1;
|
||||||
|
@ -99,6 +99,7 @@ delicious_count: 3
|
|||||||
# Disqus Comments
|
# Disqus Comments
|
||||||
disqus_short_name:
|
disqus_short_name:
|
||||||
disqus_show_comment_count: false
|
disqus_show_comment_count: false
|
||||||
|
disqus_developer: 0
|
||||||
|
|
||||||
# Google Analytics
|
# Google Analytics
|
||||||
google_analytics_tracking_id:
|
google_analytics_tracking_id:
|
||||||
|
Loading…
Reference in New Issue
Block a user