--- const { pubDate, categories } = Astro.props; ---

{ pubDate && ( ) } {categories?.length && ` • ${categories.join(", ")}`}