Skip to content

Commit b939afe

Browse files
authored
add list item
1 parent 8fa6d01 commit b939afe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

_includes/archive-single-talk-cv.html

+2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414

1515
<div class="{{ include.type | default: "list" }}__item">
1616
<article class="archive__item" itemscope itemtype="http://schema.org/CreativeWork">
17+
<li>
1718
{% if include.type == "grid" and teaser %}
1819
<div class="archive__item-teaser">
1920
<img src=
@@ -34,6 +35,7 @@ <h3 class="archive__item-title" itemprop="headline">
3435
</h3>
3536
{% 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 %}
3637
{% if post.venue%}<p class="archive__item-excerpt" itemprop="description">{{post.type}} at {{ post.venue }}, {{post.location}}</p>{% endif %}
38+
</li>
3739
</article>
3840
</div>
3941

0 commit comments

Comments
 (0)