diff --git a/prosopopee/themes/light/templates/opengraph.html b/prosopopee/themes/light/templates/opengraph.html
index 29dffcb..2ce686a 100644
--- a/prosopopee/themes/light/templates/opengraph.html
+++ b/prosopopee/themes/light/templates/opengraph.html
@@ -1,8 +1,10 @@
{% set absolute_url = settings.url + "/" + name + "/" %}
+
+{% if gallery.cover %}
{% set cover = Image(gallery.cover) %}
{{ cover.copy() }}
-
+{% endif %}
{% if gallery.description %}