master
Nick Sergeant 2012-01-16 23:17:48 -05:00
parent c528ff1f9b
commit 94e17c0631
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
{% if debug %}
var disqus_developer = 1;
{% endif %}
var disqus_url = ('https:' == document.location.protocol ? 'https' : 'http') + '://snipt.net{{ request.path }}';
var disqus_url = ('https:' == document.location.protocol ? 'https' : 'http') + '://snipt.net{{ snipt.get_absolute_url }}';
var disqus_title = '{{ snipt.title }}';
var disqus_identifier = {{ snipt.id }};