diff --git a/_includes/archive-single.html b/_includes/archive-single.html index 94687910..4285b29f 100644 --- a/_includes/archive-single.html +++ b/_includes/archive-single.html @@ -19,9 +19,9 @@ {% else %} "{{ teaser | prepend: "/images/" | prepend: base_path }}" {% endif %} - alt="{{ page.title }}"> + alt=""> - {% endif %} + {% endif %}

{% if post.id %}{{ post.title | markdownify | remove: "

" | remove: "

" }}{% else %}{{ post.title }}{% endif %}{% if post.link %}{% endif %}

{% if site.read_time and post.read_time %}

{% include read-time.html %}

{% endif %} {% if post.excerpt %}

{{ post.excerpt | markdownify | strip_html | truncate: 160 }}

{% endif %}