Improve feed logic

This commit is contained in:
daudix
2024-09-29 02:35:51 +03:00
parent 14fc52f8a1
commit 6b19540347
2 changed files with 11 additions and 7 deletions

View File

@ -6,5 +6,5 @@
{%- 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') }}
{{ get_url(path="card.png") }}
{%- endif -%}