Skip to content

Commit 6e24a5c

Browse files
Closes #109
1 parent b8825a1 commit 6e24a5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/_includes/partials/post/teaser.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{% set summary %}{% if post.summary %}{{ post.summary | safe }}{% else %}{{ post.data.description | safe }}{% endif %}{% endset %}
33
{% set transition_root %}{{ type }}-{{ post.fileSlug }}{% endset %}
44

5-
<article class="entry entry--teaser entry--{{ type }}">
5+
<div class="entry entry--teaser entry--{{ type }}">
66
{%- set teaser_url -%}
77
{%- if type=="post" or type=="link" or type=="talk" -%}
88
{{ post.url }}
@@ -59,4 +59,4 @@
5959
on <time class="dt-published" datetime="{{ teaser_date | machine_date }}">{{ teaser_date | readable_date }}</time>
6060
</p>
6161
</div>
62-
</article>
62+
</div>

0 commit comments

Comments
 (0)