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