fix: minor fixes for templates.

This commit is contained in:
2024-05-26 06:48:58 -05:00
parent 346193983f
commit e552dbab07
3 changed files with 5 additions and 0 deletions

View File

@@ -2,7 +2,9 @@
@section('page-title', $pageTitle)
@if (!in_null($episode->artwork))
@section('meta_og_img', config('app.static_asset_url') . '/thumbnails/' . $episode->artwork->filename)
@endif
@section('meta_description', 'Artwork for the ' . $episode->podcast->name . ' podcast, episode ' . $episode->episode_number + 0 . ' by ' . $episode->artwork->artist->name)