mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
news twitter
This commit is contained in:
@@ -18,7 +18,7 @@ class InternArticleView extends Component
|
||||
title: $this->libraryItem->name,
|
||||
description: $this->libraryItem->excerpt ?? __('Here we post important news that is relevant for everyone.'),
|
||||
author: $this->libraryItem->lecturer->name,
|
||||
image: asset('img/einundzwanzig-wallpaper-benrath.png'),
|
||||
image: $this->libraryItem->getFirstMedia('main') ? $this->libraryItem->getFirstMediaUrl('main') : asset('img/einundzwanzig-wallpaper-benrath.png'),
|
||||
published_time: Carbon::parse($this->libraryItem->created_at),
|
||||
type: 'article',
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user