We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b14bc8 commit d752b2fCopy full SHA for d752b2f
_includes/archive-single-cv.html
@@ -35,7 +35,6 @@ <h3 class="archive__item-title" itemprop="headline">
35
{% if post.read_time %}
36
<p class="page__meta"><i class="fa fa-clock-o" aria-hidden="true"></i> {% include read-time.html %}</p>
37
{% endif %}
38
- {% 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 %}
39
{% if post.venue%}<p class="archive__item-excerpt" itemprop="description">{{ post.citation }}</p> {% endif %}
40
41
</article>
0 commit comments