From 1902949de4be68a36f7c82ffad7b76484e4aae76 Mon Sep 17 00:00:00 2001 From: marko Date: Wed, 6 Feb 2019 13:07:38 +0100 Subject: [PATCH] htmlMetaDescription des Wettkampfkalenders richtet sich jetzt nach der (eventuellen) Einzelansicht im Wettkampfkalender. modified: pandocTemplate/cwsvJudo.amp.pandocTemplate modified: pandocTemplate/cwsvJudo.html5.pandocTemplate modified: phpLib/cwsvJudo/wkKalender.php modified: src/md/wkKalender.md --- .../pandocTemplate/cwsvJudo.amp.pandocTemplate | 12 +++++++++--- .../pandocTemplate/cwsvJudo.html5.pandocTemplate | 7 ++++++- .../phpLib/cwsvJudo/wkKalender.php | 12 ++++++++++++ .../markdownExperiment/src/md/wkKalender.md | 1 + 4 files changed, 28 insertions(+), 4 deletions(-) diff --git a/homepage/redesign2018/markdownExperiment/pandocTemplate/cwsvJudo.amp.pandocTemplate b/homepage/redesign2018/markdownExperiment/pandocTemplate/cwsvJudo.amp.pandocTemplate index 5857525..0424dd4 100644 --- a/homepage/redesign2018/markdownExperiment/pandocTemplate/cwsvJudo.amp.pandocTemplate +++ b/homepage/redesign2018/markdownExperiment/pandocTemplate/cwsvJudo.amp.pandocTemplate @@ -37,7 +37,14 @@ $endif$ $if(keywords)$ $endif$ -$if(description)$ +$if(phpTitleString)$ + <?php echo( $phpTitleString$ );?> +$else$ + $if(title-prefix)$$title-prefix$ – $endif$$pagetitle$ +$endif$ +$if(phpDescriptionString)$ + +$else$ $endif$ $if(canonicalLink)$ @@ -46,7 +53,6 @@ $endif$ $if(ampVersionLink)$ $endif$ - $if(title-prefix)$$title-prefix$ – $endif$$pagetitle$