Files
ghost.sori.studio/partials/home/hero.hbs

16 lines
652 B
Handlebars

<section class="hero home-hero" data-home-hero>
<div class="home-hero__inner">
<div class="home-hero__content">
<h1 class="hero__title">Ideas <em>published</em> for meaningful conversation, <em>discussed</em> 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 button--subscribe"
form_class="subscribe-form subscribe-form--hero"
}}
</div>
</div>
</section>