From c7dbd2cc3c4b8f39b9b9ab5b10ad8fb6fa4ac27e Mon Sep 17 00:00:00 2001 From: fighterii Date: Thu, 19 Oct 2017 09:23:16 +0200 Subject: [PATCH] Prev and Next links to Header This commit adds a prev and next tag to the `` section of the page, where the pager is rendered. According to SEO guidelines, the next tag is not added on the last page; the prev tag is not added on the first page. prev and next tag are only added if pager.showPreviousLink and pager.showNextLink are set to true --- Resources/Private/Partials/Pager/Default.html | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/Resources/Private/Partials/Pager/Default.html b/Resources/Private/Partials/Pager/Default.html index 12af2f58..3f83ca07 100755 --- a/Resources/Private/Partials/Pager/Default.html +++ b/Resources/Private/Partials/Pager/Default.html @@ -1,4 +1,5 @@ {namespace extlist=Tx_PtExtlist_ViewHelpers} +{namespace v=FluidTYPO3\Vhs\ViewHelpers} @@ -29,6 +31,11 @@ + + + + + @@ -41,6 +48,11 @@ + + + + + @@ -68,4 +80,4 @@ - \ No newline at end of file +