feat: add career application support for blog authors and expand blog status workflows
This commit is contained in:
@@ -61,7 +61,7 @@ class BlogStructuredData extends StructuredData
|
||||
'inLanguage' => app()->getLocale(),
|
||||
'author' => [
|
||||
'@type' => 'Person',
|
||||
'name' => $post->author->name ?? __('blog.default_author'),
|
||||
'name' => $post->author_name,
|
||||
],
|
||||
'publisher' => self::publisherNode(),
|
||||
'datePublished' => $publishedAt->toIso8601String(),
|
||||
|
||||
Reference in New Issue
Block a user