- dynamischer Titel hinzugefügt
- jsonStructData für jede einzelne Website - kanonische Links im Wettkampfkalender korrigiert und erweitert Changes to be committed: modified: pandocTemplate/cwsvJudo.html5.pandocTemplate modified: phpLib/cwsvJudo/wkKalender.php modified: src/md/wkKalender.md
This commit is contained in:
@@ -295,6 +295,7 @@ function wkTableHtml(){
|
||||
$siteData['mainContent'] .=
|
||||
"<h1>Einzelansicht</h1>".
|
||||
"<div class=\"wkInfoBox\">".
|
||||
"<script type=\"application/ld+json\">".wkArray2jsonSdEvent($wk)."</script>".
|
||||
"<h2>".$wk['Veranstaltung']."</h2>".
|
||||
"<h3>Veranstaltungsdaten</h3>".
|
||||
"<ul>".
|
||||
@@ -416,7 +417,7 @@ if(empty($aWk)) return null;
|
||||
$wkInfoBoxHtml = "";
|
||||
|
||||
$wkInfoBoxHtml .=
|
||||
"<div class=\"wkInfoBox\">".
|
||||
"<div class=\"wkInfoBox\">".wkArray2jsonSdEvent($aWk).
|
||||
"<h1>Einzelansicht ".$aWk['Veranstaltung']."</h1>".
|
||||
"<h2>Veranstaltungsdaten</h2>".
|
||||
"<ul>".
|
||||
|
||||
Reference in New Issue
Block a user