change banner to artwork
This commit is contained in:
parent
576c91a6a8
commit
f07f6f1b46
@ -9,7 +9,7 @@
|
||||
<meta property="og:title" content="{{episode.name}}">
|
||||
<meta property="og:type" content="video.episode">
|
||||
<meta property="og:video:series" content="{{show.name}}">
|
||||
<meta property="og:image" content="/media/uploaded_resources/{{show.banner}}">
|
||||
<meta property="og:image" content="/media/uploaded_resources/{{show.artwork}}">
|
||||
<meta property="og:url" content="https://{{show.abbr}}.episodes.community/episode/{{episode.season.number}}/{{episode.episode}}-{{episode.name|slugify}}">
|
||||
{% endblock %}
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
{{ block.super }}
|
||||
<meta property="og:title" content="{{show.name}}">
|
||||
<meta property="og:type" content="video.tv_show">
|
||||
<meta property="og:image" content="/media/uploaded_resources/{{show.banner}}">
|
||||
<meta property="og:image" content="/media/uploaded_resources/{{show.artwork}}">
|
||||
<meta property="og:url" content="https://{{show.abbr}}.episodes.community/">
|
||||
{% endblock %}
|
||||
|
||||
|
Reference in New Issue
Block a user