diff --git a/templates/macros/cards_pages.html b/templates/macros/cards_pages.html index 1d003a9..bb37cc1 100644 --- a/templates/macros/cards_pages.html +++ b/templates/macros/cards_pages.html @@ -3,15 +3,20 @@
{%- for page in pages %}
- + {% if page.extra.link_to %} + + {% endif %} {% if page.extra.local_image %} - {{ + {% set meta = get_image_metadata(path=page.extra.local_image) %} + {{ {% elif page.extra.remote_image %} {{ {% else %}
{% endif %} -
+ {% if page.extra.link_to %} + + {% endif %}