custom/plugins/SasBlogModule/src/Resources/views/storefront/component/blog/_partials/_block_author.html.twig line 1

Open in your IDE?
  1. {% block sas_block_partials_author %}
  2.     <figure class="sas-author figure mr-2">
  3.         <figcaption class="figure-caption">{% sw_icon 'avatar' style { 'size': 'sm' } %}
  4.             <span data-toggle="tooltip" title="{{ "sas-blog.detail.meta.author"|trans|striptags }}">{{ author.displayName ?? author.translated.name }}</span>
  5.         </figcaption>
  6.     </figure>
  7. {% endblock %}