diff --git a/templates/utils.html b/templates/utils.html index 549d4a4..2d737ba 100644 --- a/templates/utils.html +++ b/templates/utils.html @@ -226,10 +226,12 @@ {% for og in meta.og_metadata %} {% if og.url %} - +{% if og.image | get_og_image_url %} + - +{% endif %} + {{ og.title }} {{ og.description | truncate(80) }} {{ og.site_name }}
{{ og.description | truncate(80) }}