From 6e12c95067afcddd44e457c9c6f9fc8b262ae259 Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Wed, 23 Mar 2016 16:32:50 -0400 Subject: [PATCH] Remove alt from teaser image --- _includes/archive-single.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 %}