diff --git a/src/components/PostList.astro b/src/components/PostList.astro index bb5252c..6dc576a 100644 --- a/src/components/PostList.astro +++ b/src/components/PostList.astro @@ -45,6 +45,7 @@ function getPostPath(post: Post) { data-disable-transition-on-theme > {post.data.title} + {/* pinned icon */} {pinned && ( @@ -58,7 +59,6 @@ function getPostPath(post: Post) { )} - {/* mobile post time */} @@ -74,11 +74,7 @@ function getPostPath(post: Post) { {/* desktop post time */} -