Add description, keywords and author to Front Matter (fix #20)

Cette révision appartient à :
Tim Gerundt
2017-11-07 22:39:34 +01:00
Parent f281169871
révision 0e516797c3
3 fichiers modifiés avec 29 ajouts et 5 suppressions

Voir le fichier

@ -90,6 +90,7 @@ class ContentPage extends \Todaymade\Daux\Format\Base\ContentPage
'breadcrumbs' => $params['html']['breadcrumbs'],
'prev' => $this->file->getPrevious(),
'next' => $this->file->getNext(),
'attributes' => $this->file->getAttribute()
];
if ($page['breadcrumbs']) {