forked from CGM_Public/pretix_original
Add specific social media image
This commit is contained in:
@@ -12,10 +12,6 @@
|
||||
{{ block.super }}
|
||||
<meta property="og:title" content="{{ ev.name }}" />
|
||||
<meta property="og:description" content="{{ ev.get_date_range_display }}" />
|
||||
{% if event_logo %}
|
||||
<meta property="og:image" content="{{ event_logo|thumb:'5000x120' }}" />
|
||||
{% endif %}
|
||||
<meta property="og:type" content="website" />
|
||||
{% if subevent %}
|
||||
<meta property="og:url" content="{% abseventurl request.event "presale:event.index" subevent=subevent.pk %}" />
|
||||
{% else %}
|
||||
|
||||
Reference in New Issue
Block a user