Skip to content

Commit

Permalink
[BUGFIX] render title tag in news single view, fixes t3kit/t3kit#168 (#…
Browse files Browse the repository at this point in the history
…394)

Remove ts overrides for news category, tag and date views
  • Loading branch information
pixelmatseriks authored and dmh committed Feb 19, 2018
1 parent 28a1b50 commit 3d9cd51
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions Resources/Private/Extensions/cs_seo/TypoScript/setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,9 @@ Disallow: /
[global]

# Disable title generation on news pages
[globalVar = GP:tx_news_pi1|news > 0] || [globalVar = GP:tx_news_pi1|overwriteDemand|categories > 0] || [globalVar = GP:tx_news_pi1|overwriteDemand|tags > 0]
page.headerData.654 >
page.meta.description >
config.titleTagFunction >
[globalVar = GP:tx_news_pi1|overwriteDemand|year > 0] && [globalVar = GP:tx_news_pi1|overwriteDemand|month > 0]
[globalVar = GP:tx_news_pi1|news > 0]
page.headerData.654 >
page.meta.description >
config.titleTagFunction >
config.noPageTitle = 0
[global]

0 comments on commit 3d9cd51

Please sign in to comment.