homepage fixes

This commit is contained in:
2023-01-07 15:06:08 -05:00
parent adcafdd951
commit dfb9ee79cb
17 changed files with 228 additions and 66 deletions
+3 -3
View File
@@ -10,8 +10,8 @@ const { title, date } = Astro.props;
---
<div class="blog-header">
<h4>{title}</h4>
<h5>
<h2>{title}</h2>
<h4>
{`🗓️ ${formatInTimeZone(new Date(date), "America/New_York", "MMM do, y")}`}
</h5>
</h4>
</div>