Skip to content

Commit

Permalink
Update styles
Browse files Browse the repository at this point in the history
  • Loading branch information
derekmbrown committed Dec 2, 2024
1 parent 379be0d commit 2dd495f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/layouts/Note.astro
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,9 @@ tags.sort()
<span class="text-5xl mb-4 font-bold">{title}</span>
<div class="flex flex-wrap">
<span class="text-[#7E8C9A] text-lg">
{new Date(pubDate).toLocaleString( 'default', { month: 'long', day: '2-digit', year: 'numeric' })
.replace(',', '')}
Published: {new Date(pubDate).toLocaleString(
'default', { month: 'long', day: '2-digit', year: 'numeric' }
).replace(',', '')}
</span>
</div>
</div>
Expand Down

0 comments on commit 2dd495f

Please sign in to comment.