fix: added og headers, lots of cleanup.
This commit is contained in:
@@ -2,6 +2,10 @@
|
||||
|
||||
@section('page-title', $artist->name)
|
||||
|
||||
@section('meta_description', 'Artist profile page on the No Agenda Art Generator for ' . $artist->name)
|
||||
|
||||
@section('meta_og_img', $artworks->first() ? config('app.static_asset_url') . '/thumbnails/' . $artworks->first()->filename : config('app.static_asset_url') . '/v3/dist/naartgen-x-og-header.png')
|
||||
|
||||
@section('page-top')
|
||||
<section class="inner-page-banner bg-2 bg-image">
|
||||
<div class="container">
|
||||
|
||||
Reference in New Issue
Block a user