2013-05-11 06:16:11 -04:00
|
|
|
{{!< default}}
|
2013-08-10 08:36:03 -04:00
|
|
|
|
2013-09-01 11:02:37 -04:00
|
|
|
{{! The comment above "< default" means - insert everything in this file into
|
|
|
|
the {body} of the default.hbs template, which contains our header/footer. }}
|
2013-08-11 10:39:25 -04:00
|
|
|
|
2014-09-25 10:35:06 -04:00
|
|
|
{{! Everything inside the #post tags pulls data from the post }}
|
|
|
|
{{#post}}
|
|
|
|
|
|
|
|
<header class="main-header post-head {{#if image}}" style="background-image: url({{image}}){{else}}no-cover{{/if}}">
|
|
|
|
<nav class="main-nav {{#if image}}overlay{{/if}} clearfix">
|
2015-05-15 17:01:01 -04:00
|
|
|
{{#if @blog.logo}}<a class="blog-logo" href="{{@blog.url}}"><img src="{{@blog.logo}}" alt="{{@blog.title}}" /></a>{{/if}}
|
2015-02-28 08:00:15 -05:00
|
|
|
{{#if @blog.navigation}}
|
2015-03-23 12:21:53 -04:00
|
|
|
<a class="menu-button icon-menu" href="#"><span class="word">Menu</span></a>
|
2015-02-27 09:48:15 -05:00
|
|
|
{{/if}}
|
2014-09-25 10:35:06 -04:00
|
|
|
</nav>
|
|
|
|
</header>
|
2014-07-20 10:43:44 -04:00
|
|
|
|
2013-09-01 11:02:37 -04:00
|
|
|
<main class="content" role="main">
|
2013-08-25 20:35:53 -04:00
|
|
|
<article class="{{post_class}}">
|
2013-09-06 13:50:23 -04:00
|
|
|
|
2014-07-21 14:37:05 -04:00
|
|
|
<header class="post-header">
|
2014-08-05 15:44:31 -04:00
|
|
|
<h1 class="post-title">{{title}}</h1>
|
2014-07-21 14:37:05 -04:00
|
|
|
<section class="post-meta">
|
2014-08-05 15:44:31 -04:00
|
|
|
<time class="post-date" datetime="{{date format='YYYY-MM-DD'}}">{{date format="DD MMMM YYYY"}}</time> {{tags prefix=" on "}}
|
2014-07-21 14:37:05 -04:00
|
|
|
</section>
|
|
|
|
</header>
|
2013-09-06 13:50:23 -04:00
|
|
|
|
2014-07-20 10:43:44 -04:00
|
|
|
<section class="post-content">
|
|
|
|
{{content}}
|
|
|
|
</section>
|
2013-09-01 11:02:37 -04:00
|
|
|
|
2014-07-20 10:43:44 -04:00
|
|
|
<footer class="post-footer">
|
2014-08-05 15:44:31 -04:00
|
|
|
|
|
|
|
{{! Everything inside the #author tags pulls data from the author }}
|
|
|
|
{{#author}}
|
2014-07-31 09:54:34 -04:00
|
|
|
|
|
|
|
{{#if image}}
|
2014-07-21 14:19:49 -04:00
|
|
|
<figure class="author-image">
|
2014-08-12 22:14:54 -04:00
|
|
|
<a class="img" href="{{url}}" style="background-image: url({{image}})"><span class="hidden">{{name}}'s Picture</span></a>
|
2014-07-21 14:19:49 -04:00
|
|
|
</figure>
|
|
|
|
{{/if}}
|
2014-07-31 09:54:34 -04:00
|
|
|
|
2014-07-20 10:43:44 -04:00
|
|
|
<section class="author">
|
2014-07-31 09:54:34 -04:00
|
|
|
<h4><a href="{{url}}">{{name}}</a></h4>
|
2014-08-05 15:44:31 -04:00
|
|
|
|
2014-07-31 09:54:34 -04:00
|
|
|
{{#if bio}}
|
|
|
|
<p>{{bio}}</p>
|
2014-07-22 07:31:58 -04:00
|
|
|
{{else}}
|
2014-07-31 09:54:34 -04:00
|
|
|
<p>Read <a href="{{url}}">more posts</a> by this author.</p>
|
2014-07-22 07:31:58 -04:00
|
|
|
{{/if}}
|
2014-07-21 13:52:45 -04:00
|
|
|
<div class="author-meta">
|
2014-08-04 05:49:41 -04:00
|
|
|
{{#if location}}<span class="author-location icon-location">{{location}}</span>{{/if}}
|
|
|
|
{{#if website}}<span class="author-link icon-link"><a href="{{website}}">{{website}}</a></span>{{/if}}
|
2014-07-21 13:52:45 -04:00
|
|
|
</div>
|
2014-01-10 10:59:27 -05:00
|
|
|
</section>
|
2013-08-11 10:39:25 -04:00
|
|
|
|
2014-08-05 15:44:31 -04:00
|
|
|
{{/author}}
|
2014-07-31 09:54:34 -04:00
|
|
|
|
2014-07-20 10:43:44 -04:00
|
|
|
<section class="share">
|
|
|
|
<h4>Share this post</h4>
|
|
|
|
<a class="icon-twitter" href="https://twitter.com/share?text={{encode title}}&url={{url absolute="true"}}"
|
|
|
|
onclick="window.open(this.href, 'twitter-share', 'width=550,height=235');return false;">
|
|
|
|
<span class="hidden">Twitter</span>
|
|
|
|
</a>
|
|
|
|
<a class="icon-facebook" href="https://www.facebook.com/sharer/sharer.php?u={{url absolute="true"}}"
|
|
|
|
onclick="window.open(this.href, 'facebook-share','width=580,height=296');return false;">
|
|
|
|
<span class="hidden">Facebook</span>
|
|
|
|
</a>
|
|
|
|
<a class="icon-google-plus" href="https://plus.google.com/share?url={{url absolute="true"}}"
|
|
|
|
onclick="window.open(this.href, 'google-plus-share', 'width=490,height=530');return false;">
|
|
|
|
<span class="hidden">Google+</span>
|
|
|
|
</a>
|
|
|
|
</section>
|
2013-09-01 15:45:19 -04:00
|
|
|
|
2014-07-20 10:43:44 -04:00
|
|
|
</footer>
|
2013-08-11 10:39:25 -04:00
|
|
|
|
2013-09-02 07:14:15 -04:00
|
|
|
</article>
|
2014-01-15 04:58:34 -05:00
|
|
|
</main>
|
2014-09-25 10:35:06 -04:00
|
|
|
|
2015-03-27 13:10:31 -04:00
|
|
|
<aside class="read-next">
|
|
|
|
{{#next_post}}
|
|
|
|
<a class="read-next-story {{#if image}}" style="background-image: url({{image}}){{else}}no-cover{{/if}}" href="{{url}}">
|
|
|
|
<section class="post">
|
|
|
|
<h2>{{title}}</h2>
|
|
|
|
<p>{{excerpt words="19"}}…</p>
|
|
|
|
</section>
|
|
|
|
</a>
|
|
|
|
{{/next_post}}
|
|
|
|
{{#prev_post}}
|
|
|
|
<a class="read-next-story prev {{#if image}}" style="background-image: url({{image}}){{else}}no-cover{{/if}}" href="{{url}}">
|
|
|
|
<section class="post">
|
|
|
|
<h2>{{title}}</h2>
|
|
|
|
<p>{{excerpt words="19"}}…</p>
|
|
|
|
</section>
|
|
|
|
</a>
|
|
|
|
{{/prev_post}}
|
|
|
|
</aside>
|
|
|
|
|
2014-09-25 10:35:06 -04:00
|
|
|
{{/post}}
|