studio-umzu/themes/duckquill/templates/partials/card.html

11 lines
403 B
HTML
Raw Permalink Normal View History

2025-08-27 16:56:14 +02:00
{%- if page.extra.card -%}
{{ get_url(path=page.colocated_path ~ page.extra.card) }}
{%- elif section.extra.card -%}
{{ get_url(path=section.colocated_path ~ section.extra.card) }}
{%- elif page.extra.banner -%}
{%- set card = resize_image(path=page.colocated_path ~ page.extra.banner, width=1200, height=628, op="fill") -%}
{{ card.url }}
{%- else -%}
{{ get_url(path="card.png") }}
{%- endif -%}