We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8825a1 commit 6e24a5cCopy full SHA for 6e24a5c
src/_includes/partials/post/teaser.html
@@ -2,7 +2,7 @@
2
{% set summary %}{% if post.summary %}{{ post.summary | safe }}{% else %}{{ post.data.description | safe }}{% endif %}{% endset %}
3
{% set transition_root %}{{ type }}-{{ post.fileSlug }}{% endset %}
4
5
-<article class="entry entry--teaser entry--{{ type }}">
+<div class="entry entry--teaser entry--{{ type }}">
6
{%- set teaser_url -%}
7
{%- if type=="post" or type=="link" or type=="talk" -%}
8
{{ post.url }}
@@ -59,4 +59,4 @@
59
on <time class="dt-published" datetime="{{ teaser_date | machine_date }}">{{ teaser_date | readable_date }}</time>
60
</p>
61
</div>
62
-</article>
+</div>
0 commit comments