12 lines
433 B
Handlebars
12 lines
433 B
Handlebars
<section class="hero">
|
|
<h1 class="hero__title">{{@site.title}} ideas published for meaningful conversation, discussed and shaped by the community</h1>
|
|
{{#if @site.description}}
|
|
<p class="hero__description">{{@site.description}}</p>
|
|
{{/if}}
|
|
{{subscribe_form
|
|
placeholder="Your email"
|
|
button_class="button button--light"
|
|
form_class="subscribe-form subscribe-form--hero"
|
|
}}
|
|
</section>
|