We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fa6d01 commit b939afeCopy full SHA for b939afe
_includes/archive-single-talk-cv.html
@@ -14,6 +14,7 @@
14
15
<div class="{{ include.type | default: "list" }}__item">
16
<article class="archive__item" itemscope itemtype="http://schema.org/CreativeWork">
17
+ <li>
18
{% if include.type == "grid" and teaser %}
19
<div class="archive__item-teaser">
20
<img src=
@@ -34,6 +35,7 @@ <h3 class="archive__item-title" itemprop="headline">
34
35
</h3>
36
{% 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 %}
37
{% if post.venue%}<p class="archive__item-excerpt" itemprop="description">{{post.type}} at {{ post.venue }}, {{post.location}}</p>{% endif %}
38
+ </li>
39
</article>
40
</div>
41
0 commit comments