Index: inc/template-tags.php
===================================================================
--- inc/template-tags.php	(revision 30336)
+++ inc/template-tags.php	(working copy)
@@ -189,15 +189,15 @@
 
 	<?php else : ?>
 
-	<a class="post-thumbnail" href="<?php the_permalink(); ?>">
+	<a class="post-thumbnail" href="<?php the_permalink(); ?>" aria-hidden="true">
 	<?php
 		if ( ( ! is_active_sidebar( 'sidebar-2' ) || is_page_template( 'page-templates/full-width.php' ) ) ) {
 			the_post_thumbnail( 'twentyfourteen-full-width' );
 		} else {
-			the_post_thumbnail();
+			the_post_thumbnail( 'post-thumbnail', array( 'alt' => get_the_title() ) ); 
 		}
 	?>
 	</a>
 
 	<?php endif; // End is_singular()
-}
+}
\ No newline at end of file
