We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 866b31a commit df7c32eCopy full SHA for df7c32e
1 file changed
src/pages/index.tsx
@@ -30,6 +30,16 @@ const Home = ({ releases, posts }: HomePageType) => {
30
<WhatIsNewBlock content={{ title: homepageContent.whatIsNewBlockContent.title, releases }} />
31
<HardhatNews content={{ title: homepageContent.hardhatNewsContent.title, posts }} />
32
<EmailForm endpoint={homepageContent.emailFormContent.endpoint} />
33
+ <div style="min-height: 58px;max-width: 440px;margin: 0 auto;width: 100%">
34
+ <script
35
+ src="https://cdn.jsdelivr.net/ghost/signup-form@~0.2/umd/signup-form.min.js"
36
+ data-button-color="#000000"
37
+ data-button-text-color="#FFFFFF"
38
+ data-site="https://blog.nomic.foundation/"
39
+ data-locale="en"
40
+ async
41
+ />
42
+ </div>
43
</LandingLayout>
44
);
45
};
0 commit comments