daily email: add intro text above form on posts

This commit is contained in:
Oliver Davies 2023-04-20 00:24:51 +01:00
parent bf6d50bb61
commit 4c5a083b7d
2 changed files with 6 additions and 1 deletions

View file

@ -13,7 +13,9 @@ const { title } = Astro.props.frontmatter || Astro.props;
<slot />
</Markdown>
<DailyEmailForm />
<DailyEmailForm
intro='Was this useful? Sign up here and get more like this delivered straight to your inbox every day.'
/>
<AboutMe />
</div>