Skip to content

Commit

Permalink
fix(services): remove category & date from mini blog
Browse files Browse the repository at this point in the history
  • Loading branch information
Akeboshiwind committed Mar 18, 2024
1 parent e4ec5f3 commit c680d1e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/components/services/MiniBlog.astro
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ const { tall = false } = Astro.props;
alt="Something"
class={ "object-cover " + (tall ? "h-52" : "h-32") }
/>
<p class="font-extralight text-[0.6rem]">
Category | 2024-01-02
</p>
<h3>My Title</h3>
<p class="font-extralight text-sm">
My description.
Expand Down

0 comments on commit c680d1e

Please sign in to comment.