v0.1.1 테마 구성 및 레이아웃 수정
This commit is contained in:
11
partials/home/hero.hbs
Normal file
11
partials/home/hero.hbs
Normal file
@@ -0,0 +1,11 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user