{# post-metadata (art-deco) — author/date/reading-time row from the `post` provider. #} {% if post %}
{% if showAuthor and post.author_name %}{% if showAvatar and post.author_avatar %}{% img post.author_avatar alt=post.author_name class="h-7 w-7 rounded-full object-cover ring-1 ring-[hsl(var(--primary)/0.5)]" %}{% endif %}{{ post.author_name }}{% endif %} {% if showDate and post.published_at %}{% endif %} {% if showReadingTime and post.reading_time %}{{ post.reading_time }} min read{% endif %} {% if post.categories %}{% for cat in post.categories %}{{ cat.name }}{% endfor %}{% endif %}
{% endif %}