diff --git a/_layouts/home.html b/_layouts/home.html
index 34df7f00..89eb50dc 100644
--- a/_layouts/home.html
+++ b/_layouts/home.html
@@ -45,11 +45,13 @@
{%- if post.featuredImage -%}
+ alt="{{ post.featuredImageAlt | default: 'featured image' }}"
+ >
{% else %}
+ alt="E4E Logo, post has no featured image"
+ >
{% endif %}
diff --git a/_posts/2013-04-01-test-post.md b/_posts/2013-04-01-test-post.md
index 9385349c..6531786a 100644
--- a/_posts/2013-04-01-test-post.md
+++ b/_posts/2013-04-01-test-post.md
@@ -2,6 +2,7 @@
date: 2013-04-01 05:36:54+00:00
description: null
featuredImage: /assets/2013-04-01-test-post_E4ELogo.gif
+featuredImageAlt: Logo of E4E and test for alt system!
layout: blog-post
slug: /test-post
title: New Website!