{% comment %} Add a thumbnail image or icon based on format for an item, with a object_location link (if available). {% endcomment %} {% if page.object_location %}{% endif %} {% if page.image_thumb or page.image_small %} {{ page.image_alt_text | default: page.description | default: page.title | escape }} {% else %} {{ page.title | escape }} - {{ page.format }} {% endif %} {% if page.object_location %}{% endif %}