Tweak OG meta data display

This commit is contained in:
Thomas Sileo 2019-10-07 09:21:45 +02:00
parent 234e7036e3
commit 83b683ecf2

View file

@ -227,7 +227,7 @@
{% if og.url %} {% if og.url %}
<a href="{{ og.url }}" class="og-link" style="margin:30px 0;clear:both;display: flex;"> <a href="{{ og.url }}" class="og-link" style="margin:30px 0;clear:both;display: flex;">
{% if og.image | get_og_image_url %} {% if og.image | get_og_image_url %}
<div style="padding:0 20px;"> <div style="padding:0 20px 0 0;">
<img style="width:100px;border-radius:3px;" src="{{ og.image | get_og_image_url }}"> <img style="width:100px;border-radius:3px;" src="{{ og.image | get_og_image_url }}">
</div> </div>
{% endif %} {% endif %}