mirror of
https://github.com/Xevion/undefined.behavio.rs.git
synced 2025-12-06 21:16:55 -06:00
Use proper 2 digit padding, use day of month, not day of week
This commit is contained in:
@@ -18,7 +18,7 @@ const { url, date, title, tags, description } = Astro.props;
|
||||
</span>
|
||||
<br>
|
||||
<span class="text-[2em] leading-7">
|
||||
{ date.getDay() }
|
||||
{ date.getDate().toString().padStart(2, "0") }
|
||||
</span>
|
||||
<br>
|
||||
<span class="year">
|
||||
|
||||
Reference in New Issue
Block a user