diff --git a/site/snippets/header.php b/site/snippets/header.php index dab591e..6d4cbc9 100644 --- a/site/snippets/header.php +++ b/site/snippets/header.php @@ -37,7 +37,7 @@ $entryTopPos ??= 20; "name": "author() ?>" }], "image": "", - "description": "title() ?>, par author()->toPage()->title() ?>. Publié le published()->toDate('d/m/Y') ?> dans parent()->title() ?>/category() ?>", + "description": "title() ?>, par author()->toPage()->title() ?>. Publié le published()->toDate('d/m/Y') ?> dans pluck('title')) ?>/category() ?>", "datePublished": "published()->toDate('Y-m-d') ?>", "dateModified": "modified('Y-m-d') ?>", "url": "url() ?>", diff --git a/site/templates/grid.php b/site/templates/grid.php index 2f0a22a..22de55a 100644 --- a/site/templates/grid.php +++ b/site/templates/grid.php @@ -12,9 +12,11 @@ href="/auteurs/author()->toPage()->title()) ?>">author()->toPage()->title() ?>
publié le published()->toDate('d/m/Y') ?>
- dans parent()->title() ?> - / dans + + title() ?> / + + category() ?>

diff --git a/site/templates/linear.php b/site/templates/linear.php index beab9b3..f8e6e50 100644 --- a/site/templates/linear.php +++ b/site/templates/linear.php @@ -14,10 +14,11 @@ href="/auteurs/author()->toPage()->title()) ?>">author()->toPage()->title() ?>
publié le published()->toDate('d/m/Y') ?>
- dans parent()->title() ?> - / dans + + title() ?> / + + category() ?>