Skip to content

Instantly share code, notes, and snippets.

@ecerulm
Created August 5, 2010 06:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ecerulm/509368 to your computer and use it in GitHub Desktop.
Save ecerulm/509368 to your computer and use it in GitHub Desktop.
<script type="text/javascript">
/**
* var disqus_developer = true;
*/
{% if page.post_id %}
var disqus_identifier = {{ page.post_id }};
{% else %}
var disqus_identifier = "{{ page.url }}";
{% endif %}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment