finish author system

This commit is contained in:
isUnknown 2024-10-16 08:53:53 +02:00
parent db8669d30d
commit fe6e01acdf
38 changed files with 614 additions and 73 deletions

View file

@ -24,7 +24,7 @@ $entryTopPos = $entryTopPos ?? 20;
"headline":"<?= $page->title() ?>",
"author":[{"@type": "Person","name": "<?= $page->author() ?>"}],
"image":"<?= url('assets/images/logo.png') ?>",
"description":"<?= $page->title() ?>, par <?= $page->author()->toUser()->name() ?>. Publié le <?= $page->published()->toDate('d/m/Y') ?> dans <?= $page->parent()->title() ?>/<?= $page->category() ?>",
"description":"<?= $page->title() ?>, par <?= $page->author()->toPage()->title() ?>. Publié le <?= $page->published()->toDate('d/m/Y') ?> dans <?= $page->parent()->title() ?>/<?= $page->category() ?>",
"datePublished":"<?= $page->published()->toDate('Y-m-d') ?>",
"dateModified":"<?= $page->modified('Y-m-d') ?>",
"url":"<?= $page->url() ?>",