v0.0.52: Featured 정렬·상세 메타 구분자

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-05-08 10:28:58 +09:00
parent 4b1ab9e00e
commit add0fa51c0
6 changed files with 19 additions and 8 deletions

View File

@@ -131,7 +131,7 @@ useHead(() => ({
</h1>
<div class="relative border-b border-[var(--site-line)] pb-4">
<div class="flex flex-wrap items-center gap-2 text-xs site-muted sm:gap-1.5">
<div class="post-detail__meta flex flex-wrap items-center gap-2 text-xs site-muted sm:gap-1.5 [&>*]:after:content-['/'] [&>*]:after:ml-2 sm:[&>*]:after:ml-1.5 [&>*]:after:text-[var(--site-line)] [&>*:last-child]:after:hidden">
<time v-if="publishedAtLabel" :datetime="post.publishedAt">
{{ publishedAtLabel }}
</time>