fix: added og headers, lots of cleanup.
This commit is contained in:
@@ -2,6 +2,10 @@
|
||||
|
||||
@section('page-title', $pageTitle)
|
||||
|
||||
@section('meta_og_img', config('app.static_asset_url') . '/thumbnails/' . $episode->artwork->filename)
|
||||
|
||||
@section('meta_description', 'Artwork for the ' . $episode->podcast->name . ' podcast, episode ' . $episode->episode_number + 0 . ' by ' . $episode->artwork->artist->name)
|
||||
|
||||
@section('page-top')
|
||||
<section class="inner-page-banner bg-2 bg-image">
|
||||
<div class="container">
|
||||
|
||||
Reference in New Issue
Block a user