Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
toracle authored Aug 2, 2016
1 parent 8eda13c commit b6af627
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ <h2 class="post-title" itemprop="name"><a href="{{ post.url }}" itemprop="url"">
<time datetime="{{ post.date | date_to_long_string }}">{{ post.date | date_to_long_string }}</time>
<span class="post-tags-set">on {{#foreach tags}}<span class="post-tag-{{slug}}">{{#if @first}}{{else}}, {{/if}}<a href="/tag/{{slug}}">{{name}}</a></span>{{/foreach}}</span>
<div>
<a href="{{ post.url }}#disqus_thread" data-disqus-identifier="article_1_identifier"><!-- Count will be inserted here --></a>
<a href="{{ post.url }}#disqus_thread" data-disqus-identifier="{{ post.id }}"><!-- Count will be inserted here --></a>
</div>
</div>
</div>
Expand Down

0 comments on commit b6af627

Please sign in to comment.