summaryrefslogtreecommitdiff
path: root/chimere/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'chimere/templates/base.html')
-rw-r--r--chimere/templates/base.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/chimere/templates/base.html b/chimere/templates/base.html
index c967b81..286ae88 100644
--- a/chimere/templates/base.html
+++ b/chimere/templates/base.html
@@ -14,11 +14,16 @@
<meta property="og:url" content="{{current_site}}{% if tiny %}/ty/{{tiny}}{% endif %}" />
{% if current_feature.image %}
<meta property="og:image" content="{{current_site}}{{current_feature.image.picture.url}}" />
+ {% elif PROJECT_IMAGE %}
+ <meta property="og:image" content="{{PROJECT_IMAGE}}" />
{% endif %}
<meta property="og:description"
content="{{current_feature.text_description|cut:'"'}}" />
{% else %}
<meta property="og:url" content="{{current_site}}" />
+ {% if PROJECT_IMAGE %}
+ <meta property="og:image" content="{{PROJECT_IMAGE}}" />
+ {% endif %}
{% endif %}
{% endblock %}