From 5be0893fb99671e8e2bb5200cac219b3f4ac30b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bjo=CC=88rn=20Fromme?= Date: Wed, 14 Oct 2020 15:35:47 +0200 Subject: [PATCH 1/2] Adjust templates for SEO regarding headlines --- .../Resources/Private/Partials/Hotel/Details.html | 2 +- .../Private/Templates/News/News/Detail.html | 2 +- .../Private/Templates/News/News/List.html | 15 ++++++++------- 3 files changed, 10 insertions(+), 9 deletions(-) diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Hotel/Details.html b/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Hotel/Details.html index 54f854e9..a2639ab1 100644 --- a/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Hotel/Details.html +++ b/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Hotel/Details.html @@ -2,7 +2,7 @@ {hotel.name -> f:format.raw()}{f:if(condition: hotel.categoryLabel, then: ' ({hotel.categoryLabel -> f:format.raw()})')}
{hotelTitle}
-

{hotelTitle}

+

{hotelTitle}

{hotel.description -> f:format.html()} diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Templates/News/News/Detail.html b/public/typo3conf/ext/ep_theme/Resources/Private/Templates/News/News/Detail.html index 06806d6a..8503ab7f 100644 --- a/public/typo3conf/ext/ep_theme/Resources/Private/Templates/News/News/Detail.html +++ b/public/typo3conf/ext/ep_theme/Resources/Private/Templates/News/News/Detail.html @@ -24,7 +24,7 @@ -

{newsItem.title}

+

{newsItem.title}

- - {tags.0.title} -
-
- {contentObjectData.header} -

+ + +

Blog: {tags.0.title}

+
+ +

Blog

+
+
From 4a7330de831b4653df0a90c351bf8b02a79a9d1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bjo=CC=88rn=20Fromme?= Date: Wed, 14 Oct 2020 15:37:03 +0200 Subject: [PATCH 2/2] Update project dependencies --- composer.lock | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.lock b/composer.lock index fa89453a..c14cbde7 100644 --- a/composer.lock +++ b/composer.lock @@ -1071,16 +1071,16 @@ }, { "name": "helhum/typo3-console", - "version": "v5.8.5", + "version": "v5.8.6", "source": { "type": "git", "url": "https://github.com/TYPO3-Console/TYPO3-Console.git", - "reference": "448a2ac57b9bb2f63af84256e7e84441e83fe1a9" + "reference": "49dbcc9183b99878f8f8c91a51fc9dbf04b16f54" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-Console/TYPO3-Console/zipball/448a2ac57b9bb2f63af84256e7e84441e83fe1a9", - "reference": "448a2ac57b9bb2f63af84256e7e84441e83fe1a9", + "url": "https://api.github.com/repos/TYPO3-Console/TYPO3-Console/zipball/49dbcc9183b99878f8f8c91a51fc9dbf04b16f54", + "reference": "49dbcc9183b99878f8f8c91a51fc9dbf04b16f54", "shasum": "" }, "require": { @@ -1171,7 +1171,7 @@ "type": "github" } ], - "time": "2020-04-23T09:35:12+00:00" + "time": "2020-10-13T12:23:32+00:00" }, { "name": "helhum/typo3-console-plugin",