e10a67428d
- first content - modded theme, based on wraithani'thme, which is based on bootstrap
10 lines
No EOL
423 B
HTML
10 lines
No EOL
423 B
HTML
{% if DISQUS_SITENAME and article %}
|
|
<script type="text/javascript">
|
|
var disqus_identifier = "{{ article.url }}";
|
|
(function() {
|
|
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
|
|
dsq.src = 'http://{{ DISQUS_SITENAME }}.disqus.com/embed.js';
|
|
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
|
|
})();
|
|
</script>
|
|
{% endif %} |