Skip to content

Commit

Permalink
checkpoint at 2024-04-28T10:23:06-0400
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcarpenter committed Apr 28, 2024
1 parent 14390cc commit c6c5eb6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/pages/[...slug].astro
Expand Up @@ -40,11 +40,11 @@ const lastModified = dayjs(date).utc().format("HH:mm:ss DD MMMM YYYY UTC");
</section>
) : (
<section class="pt-8 pb-16">
<p class="text-secondary mb-8">
Last modified{" "}
<time datetime={date.toISOString()}>{lastModified}</time>
</p>
<article class="prose">
<p class="text-secondary">
Last modified{" "}
<time datetime={date.toISOString()}>{lastModified}</time>
</p>
<Content />
</article>
</section>
Expand Down

0 comments on commit c6c5eb6

Please sign in to comment.