Skip to content

Commit

Permalink
remove read time
Browse files Browse the repository at this point in the history
  • Loading branch information
staeiou authored Feb 13, 2017
1 parent ede7585 commit dd89f5c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions _includes/archive-single-talk-cv.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@ <h3 class="archive__item-title" itemprop="headline">
<a href="{{ base_path }}{{ post.url }}" rel="permalink">{{ title }}</a>
{% endif %}
</h3>
{% if post.read_time %}
<p class="page__meta"><i class="fa fa-clock-o" aria-hidden="true"></i> {% include read-time.html %}</p>
{% endif %}
{% if post.date %}<p class="page__meta"><i class="fa fa-clock-o" aria-hidden="true"></i> {{ post.date | date: '%B %d, %Y' }}</p>{% endif %}
{% if post.venue%}<p class="archive__item-excerpt" itemprop="description">{{post.type}} at {{ post.venue }}, {{post.location}}</p>{% endif %}
</article>
Expand Down

0 comments on commit dd89f5c

Please sign in to comment.