From 0f807d89f88939b8b53aade9ff890029f944381f Mon Sep 17 00:00:00 2001
From: Stefan Galinski <stefan@sgalinski.de>
Date: Sun, 17 Jul 2016 22:02:05 +0200
Subject: [PATCH] [TASK] Remove link title in the overview

---
 Resources/Private/Partials/TeaserOverview.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Resources/Private/Partials/TeaserOverview.html b/Resources/Private/Partials/TeaserOverview.html
index 030a289..d7be559 100644
--- a/Resources/Private/Partials/TeaserOverview.html
+++ b/Resources/Private/Partials/TeaserOverview.html
@@ -20,7 +20,7 @@
 </f:comment>
 
 <f:alias map="{singleViewUri: '{f:uri.page(pageUid: \'{newsMetaData.news.uid}\')}'}">
-	<a href="{singleViewUri}" title="{newsMetaData.news.subtitleWithFallbackToTitle}">
+	<a href="{singleViewUri}">
 		<div class="tx-sgnews-single-header {f:if(condition: newsMetaData.imageObject, then: 'tx-sgnews-single-header-image')}">
 			<f:if condition="{newsMetaData.imageObject}">
 				<div class="tx-sgnews-single-image">
-- 
GitLab