diff --git a/src/components/PostList.astro b/src/components/PostList.astro index d3477e0..f54633d 100644 --- a/src/components/PostList.astro +++ b/src/components/PostList.astro @@ -45,20 +45,19 @@ function getPostPath(post: Post) { data-disable-transition-on-theme > {post.data.title} + {/* pinned icon */} + {pinned && ( + + )} - - {/* pinned icon */} - {pinned && ( - - )} {/* mobile post time */}