Skip to content

Commit

Permalink
added some variables for disqus
Browse files Browse the repository at this point in the history
  • Loading branch information
d1ffuz0r committed May 11, 2013
1 parent 0f07eae commit b20a306
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions homesite/templates/post.haml
Expand Up @@ -7,6 +7,8 @@
#post{'itemprop': 'entry'} #post{'itemprop': 'entry'}
{{ post.text|safe|linebreaksbr }} {{ post.text|safe|linebreaksbr }}
%hr.split %hr.split
{% set_disqus_title post.title %}
{% set_disqus_url post.get_absolute_url %}
{% set_disqus_identifier "blogentry_" post.id %} {% set_disqus_identifier "blogentry_" post.id %}
{% disqus_show_comments %} {% disqus_show_comments %}
{% endblock %} {% endblock %}

0 comments on commit b20a306

Please sign in to comment.