Disqus URL

master
Nick Sergeant 2012-06-04 15:18:27 -04:00
parent 4104162d58
commit acd8d7ba87
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 = '{{ request.META.HTTP_HOST }}{{ request.path }}';
var disqus_title = '{{ snipt.title }}';
var disqus_identifier = {{ snipt.id }};