templates/articles-blocks/publish-date.html.twig line 1

Open in your IDE?
  1. <div class="date cgrey">
  2.     {% if authored is defined and authored is not empty %}
  3.         <div class="published-date diblock">PubliĆ© le
  4.             {{ authored|format_datetime('short', 'none') }}
  5.         </div>
  6.     {% endif %}
  7. </div>