change banner to artwork

This commit is contained in:
Evert Prants 2017-11-11 15:37:36 +02:00
parent 576c91a6a8
commit f07f6f1b46
Signed by: evert
GPG Key ID: 1688DA83D222D0B5
2 changed files with 2 additions and 2 deletions

View File

@ -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 %}

View File

@ -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 %}