daily email: add intro text above form on posts
This commit is contained in:
parent
bf6d50bb61
commit
4c5a083b7d
2 changed files with 6 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue