v0.1.1 테마 구성 및 레이아웃 수정
This commit is contained in:
18
index.hbs
Normal file
18
index.hbs
Normal file
@@ -0,0 +1,18 @@
|
||||
{{!< default}}
|
||||
|
||||
<main class="content-area">
|
||||
{{#is "home"}}
|
||||
{{> "home/hero"}}
|
||||
{{> "home/tabbed-feed"}}
|
||||
{{else}}
|
||||
<section class="stack-section">
|
||||
<header class="section-header">
|
||||
<h1 class="section-title">{{@site.title}}</h1>
|
||||
{{#if @site.description}}
|
||||
<p class="section-description">{{@site.description}}</p>
|
||||
{{/if}}
|
||||
</header>
|
||||
{{> "lists/post-feed" show_filter=true}}
|
||||
</section>
|
||||
{{/is}}
|
||||
</main>
|
||||
Reference in New Issue
Block a user