{# Post Meta ============= Module for display Meta Informations #} {# Since the meta information can differ, a different PostMetas switch condition is output here #} {% switch type %} {% case 'blog' %}
{{ _.mediaImageSet(data.author.photoUrl,'nocrop', { class: 'c-postMeta__avatar__image', background: true, userPhoto: true, sizes: [ { width: 320 }, { width: 150 }, { width: 30 } ] }) }}
{% default %} {% endswitch %}