2013-05-11 10:16:11 +00:00
|
|
|
{{!< default}}
|
2014-07-21 16:20:36 +00:00
|
|
|
{{! The tag above means - insert everything in this file into the {body} of the default.hbs template }}
|
2013-08-20 16:53:02 +00:00
|
|
|
|
2014-07-21 16:20:36 +00:00
|
|
|
{{! The big featured header }}
|
2014-07-21 12:45:34 +00:00
|
|
|
<header class="main-header {{#if @blog.cover}}" style="background-image: url({{@blog.cover}}){{else}}no-cover{{/if}}">
|
|
|
|
<nav class="main-nav overlay clearfix">
|
2015-05-15 21:01:01 +00:00
|
|
|
{{#if @blog.logo}}<a class="blog-logo" href="{{@blog.url}}"><img src="{{@blog.logo}}" alt="{{@blog.title}}" /></a>{{/if}}
|
2015-02-28 13:00:15 +00:00
|
|
|
{{#if @blog.navigation}}
|
2015-03-23 16:21:53 +00:00
|
|
|
<a class="menu-button icon-menu" href="#"><span class="word">Menu</span></a>
|
2015-02-27 14:48:15 +00:00
|
|
|
{{/if}}
|
2014-07-21 12:45:34 +00:00
|
|
|
</nav>
|
2013-08-28 12:01:39 +00:00
|
|
|
<div class="vertical">
|
2014-07-21 12:45:34 +00:00
|
|
|
<div class="main-header-content inner">
|
|
|
|
<h1 class="page-title">{{@blog.title}}</h1>
|
|
|
|
<h2 class="page-description">{{@blog.description}}</h2>
|
2013-08-28 12:01:39 +00:00
|
|
|
</div>
|
2013-08-20 16:53:02 +00:00
|
|
|
</div>
|
2014-07-22 11:21:33 +00:00
|
|
|
<a class="scroll-down icon-arrow-left" href="#content" data-offset="-45"><span class="hidden">Scroll Down</span></a>
|
2013-08-20 16:53:02 +00:00
|
|
|
</header>
|
|
|
|
|
2013-09-01 15:02:37 +00:00
|
|
|
{{! The main content area on the homepage }}
|
2014-07-22 11:21:33 +00:00
|
|
|
<main id="content" class="content" role="main">
|
2013-08-10 13:06:01 +00:00
|
|
|
|
2014-07-21 16:20:36 +00:00
|
|
|
{{! The tag below includes the post loop - partials/loop.hbs }}
|
|
|
|
{{> "loop"}}
|
2013-09-01 15:02:37 +00:00
|
|
|
|
2015-02-28 12:34:58 +00:00
|
|
|
</main>
|