{# noir override — post-hero; preserves post.* reads, {% img %}, showExcerpt/showMeta/align, featured-image + no-image branches. #} {% set center = align != "left" %} {% if post.featured_image_url %} {% img post.featured_image_url alt=post.featured_image_alt class="h-full w-full object-cover grayscale" layout="hero" %} {{ post.title }} {% if showExcerpt and post.excerpt %}{{ post.excerpt }}{% endif %} {% if showMeta %}{% if post.author_name %}{{ post.author_name }}{% endif %}{% if post.published_at %}{{ post.published_at|date:"F j, Y" }}{% endif %}{% if post.reading_time %}{{ post.reading_time }} min read{% endif %}{% endif %} {% else %} {{ post.title }} {% if showExcerpt and post.excerpt %}{{ post.excerpt }}{% endif %} {% if showMeta %}{% if post.author_name %}{{ post.author_name }}{% endif %}{% if post.published_at %}{{ post.published_at|date:"F j, Y" }}{% endif %}{% if post.reading_time %}{{ post.reading_time }} min read{% endif %}{% endif %} {% endif %}
{{ post.excerpt }}