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 ad03b0b commit f6b0e8a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,9 @@ <h2 class="post-title" itemprop="name"><a href="{{ post.url }}" itemprop="url"">
</section>
<div class="post-meta">
<time datetime="{{ post.date | date_to_long_string }}">{{ post.date | date_to_long_string }}</time>
{% if post.tags %}
<span class="post-tags-set">on {% for tag in post.tags %}<span class="post-tag-{{tag}}">{{#if @first}}{{else}}, {{/if}}<a href="/tag/{{tag}}">{{tag}}</a></span>{% endfor %}</span>
{% endif %}
<div>
<a href="{{ post.url }}#disqus_thread" data-disqus-identifier="{{ post.id }}"><!-- Count will be inserted here --></a>
</div>
Expand Down

0 comments on commit f6b0e8a

Please sign in to comment.