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 98e0aa2 commit 3a03d03
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 @@ -75,7 +75,7 @@ <h2 class="post-title" itemprop="name"><a href="{{ post.url }}" itemprop="url"">
<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 not forloop.first %}, {% endif %}<a href="/tag/{{tag}}">{{tag}}</a></span>{% endfor %}</span>
<span class="post-tags-set">on {% for tag in post.tags %}<span class="post-tag-{{tag}}">{% if forloop.first == false %}, {% endif %}<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>
Expand Down

0 comments on commit 3a03d03

Please sign in to comment.