update og image for quick post
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/deployment/woodpecker Pipeline was successful

This commit is contained in:
Simon Vieille 2023-02-19 19:25:14 +01:00
parent 8d01a277f1
commit 8733a3498f
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -50,10 +50,10 @@
{% else %}
{% set image = null %}
{% if post.quickImage %}
{% set image = post.quickImage %}
{% elseif post.image %}
{% if post.image %}
{% set image = absolute_url(asset(post.image)) %}
{% elseif post.quickImage %}
{% set image = post.quickImage %}
{% endif %}
{% set title = block('meta_title') %}