Skip to content
This repository has been archived by the owner on Jun 25, 2024. It is now read-only.

Commit

Permalink
add insight title
Browse files Browse the repository at this point in the history
  • Loading branch information
osamajandali committed May 31, 2023
1 parent 914e223 commit 888ba70
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/layouts/InsightLayout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ const linkedinURLEncoded = encodeURIComponent(
</div>
<div class="max-w-4xl mx-auto">
<article class="prose max-w-none prose-xl">
<h1 class="text-4xl">{title}</h1>
<slot />
</article>
<Form title="Sign up to our newsletter" />
Expand Down

0 comments on commit 888ba70

Please sign in to comment.