mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-04 07:19:03 +02:00
fix(open-graph): replace non existant episode description to podcast description in podcast page
This commit is contained in:
parent
50b52f904e
commit
b02584ee60
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@
|
|||
->largeSize ?>" />
|
||||
<meta property="og:image:height" content="<?= config('Images')
|
||||
->largeSize ?>" />
|
||||
<meta property="og:description" content="<?= $episode->description ?>" />
|
||||
<meta property="og:description" content="<?= $podcast->description ?>" />
|
||||
<meta name="twitter:card" content="summary_large_image" />
|
||||
</head>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue