Tweak OG meta data display
This commit is contained in:
parent
234e7036e3
commit
83b683ecf2
1 changed files with 1 additions and 1 deletions
|
@ -227,7 +227,7 @@
|
|||
{% if og.url %}
|
||||
<a href="{{ og.url }}" class="og-link" style="margin:30px 0;clear:both;display: flex;">
|
||||
{% 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 }}">
|
||||
</div>
|
||||
{% endif %}
|
||||
|
|
Loading…
Reference in a new issue