changed from disqus to isso
This commit is contained in:
parent
3a6924c852
commit
29755fe4fa
@ -2,7 +2,7 @@
|
|||||||
from __future__ import unicode_literals
|
from __future__ import unicode_literals
|
||||||
|
|
||||||
AUTHOR = 'Marvin Steadfast'
|
AUTHOR = 'Marvin Steadfast'
|
||||||
SITENAME = "xsteadfastx is trying to code"
|
SITENAME = 'xsteadfastx is trying to code'
|
||||||
SITEURL = 'http://code.xsteadfastx.org'
|
SITEURL = 'http://code.xsteadfastx.org'
|
||||||
TIMEZONE = "Europe/Berlin"
|
TIMEZONE = "Europe/Berlin"
|
||||||
|
|
||||||
@ -10,7 +10,8 @@ TIMEZONE = "Europe/Berlin"
|
|||||||
RELATIVE_URLS = True
|
RELATIVE_URLS = True
|
||||||
|
|
||||||
GITHUB_URL = 'http://github.com/xsteadfastx/'
|
GITHUB_URL = 'http://github.com/xsteadfastx/'
|
||||||
DISQUS_SITENAME = "xsteadfastxistryingtocode"
|
#DISQUS_SITENAME = "xsteadfastxistryingtocode"
|
||||||
|
ISSO_URL = 'http://comments.xsteadfastx.org'
|
||||||
PDF_GENERATOR = False
|
PDF_GENERATOR = False
|
||||||
REVERSE_CATEGORY_ORDER = True
|
REVERSE_CATEGORY_ORDER = True
|
||||||
LOCALE = "C"
|
LOCALE = "C"
|
||||||
|
@ -16,6 +16,7 @@
|
|||||||
{{ article.content }}
|
{{ article.content }}
|
||||||
</div><!-- /.entry-content -->
|
</div><!-- /.entry-content -->
|
||||||
{% include 'twitter.html' %}
|
{% include 'twitter.html' %}
|
||||||
|
{% include 'isso.html' %}
|
||||||
{% if DISQUS_SITENAME %}
|
{% if DISQUS_SITENAME %}
|
||||||
<div class="comments">
|
<div class="comments">
|
||||||
|
|
||||||
|
10
themes/xsteadfastx/templates/isso.html
Normal file
10
themes/xsteadfastx/templates/isso.html
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
{% if ISSO_URL %}
|
||||||
|
<script data-isso="{{ ISSO_URL }}"
|
||||||
|
data-isso-css="true"
|
||||||
|
data-isso-lang="en"
|
||||||
|
data-isso-reply-to-self="false"
|
||||||
|
src="{{ ISSO_URL }}/js/embed.min.js">
|
||||||
|
</script>
|
||||||
|
<section id="isso-thread"></section>
|
||||||
|
{% endif %}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user