Skip to content

Commit

Permalink
Removes the horizontal line after the fifth post
Browse files Browse the repository at this point in the history
  • Loading branch information
ecampidoglio committed Sep 7, 2017
1 parent 59ee45e commit 0f681f3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bestof/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ <h3><a href="{{ post.url }}">{{ post.title }}</a></h3>
<p>{{ post.excerpt | remove: '<p>' | remove: '</p>' }}</p>
</div>
</div>
{% unless position == 5 %}
<hr class="thumbnail-separator" />
{% endunless %}
{% endif %}
{% endfor %}
{% endfor %}
Expand Down

0 comments on commit 0f681f3

Please sign in to comment.