Skip to content

Commit

Permalink
fix(templates): Add disqus hash on comment links #4
Browse files Browse the repository at this point in the history
  • Loading branch information
oswaldoacauan committed Nov 17, 2013
1 parent 5472a6a commit d2b41ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/partials/post/list.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
{{/foreach}}
</li>
<li class="post-item-meta-item">
<a href="{{url}}" data-disqus-identifier="{{id}}"></a>
<a href="{{url}}" data-disqus-identifier="{{id}}#disqus_thread"></a>
</li>
</ul>
</footer>
Expand Down
2 changes: 1 addition & 1 deletion src/post.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
{{/foreach}}
</li>
<li class="post-meta-item">
<a href="{{url}}" data-disqus-identifier="{{id}}"></a>
<a href="{{url}}" data-disqus-identifier="{{id}}#disqus_thread"></a>
</li>
</ul>
<h1 itemprop="name headline" class="post-title"><a href="{{url}}" itemprop="url" data-pjax title="{{{title}}}">{{{title}}}</a></h1>
Expand Down

0 comments on commit d2b41ba

Please sign in to comment.