function open_pack

This commit is contained in:
2021-06-12 14:36:11 +02:00
parent 047db27266
commit 613d932017
24 changed files with 4550 additions and 4679 deletions

View File

@ -1,6 +1,7 @@
{% set image = page.media.images|first %}
<div class="card">
<a href="{{ page.url }}">
{% if image %}
<div class="card-image">
{{ image.derivatives(300,700,200).sizes('(max-width:26em) 100vw, 50vw').html('','articles') }}