fix: added og headers, lots of cleanup.
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
@extends('layouts.master')
|
||||
|
||||
@section('meta_description', $artwork->description ?? 'Artwork by ' . $artwork->artist->name . ', "' . $artwork->title . '" for the podcast ' . $artwork->podcast->name . '.')
|
||||
|
||||
@section('meta_og_img', config('app.static_asset_url') . '/thumbnails/' . $artwork->filename)
|
||||
|
||||
@section('page-title', '"' . $artwork->title . '" by ' . $artwork->artist->name)
|
||||
|
||||
@section('page-top')
|
||||
|
||||
Reference in New Issue
Block a user