finish author system
This commit is contained in:
parent
db8669d30d
commit
fe6e01acdf
38 changed files with 614 additions and 73 deletions
|
|
@ -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() ?>",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue