Disqus URL

master
Nick Sergeant 2012-06-04 15:19:09 -04:00
parent acd8d7ba87
commit 71ce1471f5
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
{% if debug %}
var disqus_developer = 1;
{% endif %}
var disqus_url = '{{ request.META.HTTP_HOST }}{{ request.path }}';
var disqus_url = 'http://{{ request.META.HTTP_HOST }}{{ request.path }}';
var disqus_title = '{{ snipt.title }}';
var disqus_identifier = {{ snipt.id }};