Skip to content
Snippets Groups Projects
Commit b02584ee authored by Yassine Doghri's avatar Yassine Doghri
Browse files

fix(open-graph): replace non existant episode description to podcast description in podcast page

parent 50b52f90
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment