2013-05-11 10:16:11 +00:00
|
|
|
{{!< default}}
|
2013-08-10 12:36:03 +00:00
|
|
|
|
2013-09-01 15:02:37 +00: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 14:39:25 +00:00
|
|
|
|
2014-09-25 14:35:06 +00: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-02-28 12:34:58 +00:00
|
|
|
{{#if @blog.logo}}<a class="blog-logo" href="{{@blog.url}}"><img src="{{@blog.logo}}" alt="Blog Logo" /></a>{{/if}}
|
2015-02-27 14:48:15 +00:00
|
|
|
{{#if ../navigation}}
|
2015-02-28 12:34:58 +00:00
|
|
|
<a class="menu-button" href="#"><span class="burger">☰</span><span class="word">Menu</span></a>
|
2015-02-27 14:48:15 +00:00
|
|
|
{{/if}}
|
2014-09-25 14:35:06 +00:00
|
|
|
</nav>
|
|
|
|
</header>
|
2014-07-20 14:43:44 +00:00
|
|
|
|
2013-09-01 15:02:37 +00:00
|
|
|
<main class="content" role="main">
|
2013-08-26 00:35:53 +00:00
|
|
|
<article class="{{post_class}}">
|
2013-09-06 17:50:23 +00:00
|
|
|
|
2014-07-21 18:37:05 +00:00
|
|
|
<header class="post-header">
|
2014-08-05 19:44:31 +00:00
|
|
|
<h1 class="post-title">{{title}}</h1>
|
2014-07-21 18:37:05 +00:00
|
|
|
<section class="post-meta">
|
2014-08-05 19:44:31 +00:00
|
|
|
<time class="post-date" datetime="{{date format='YYYY-MM-DD'}}">{{date format="DD MMMM YYYY"}}</time> {{tags prefix=" on "}}
|
2014-07-21 18:37:05 +00:00
|
|
|
</section>
|
|
|
|
</header>
|
2013-09-06 17:50:23 +00:00
|
|
|
|
2014-07-20 14:43:44 +00:00
|
|
|
<section class="post-content">
|
|
|
|
{{content}}
|
|
|
|
</section>
|
2013-09-01 15:02:37 +00:00
|
|
|
|
2014-07-20 14:43:44 +00:00
|
|
|
<footer class="post-footer">
|
2014-08-05 19:44:31 +00:00
|
|
|
|
|
|
|
{{! Everything inside the #author tags pulls data from the author }}
|
|
|
|
{{#author}}
|
2014-07-31 13:54:34 +00:00
|
|
|
|
|
|
|
{{#if image}}
|
2014-07-21 18:19:49 +00:00
|
|
|
<figure class="author-image">
|
2014-08-13 02:14:54 +00:00
|
|
|
<a class="img" href="{{url}}" style="background-image: url({{image}})"><span class="hidden">{{name}}'s Picture</span></a>
|
2014-07-21 18:19:49 +00:00
|
|
|
</figure>
|
|
|
|
{{/if}}
|
2014-07-31 13:54:34 +00:00
|
|
|
|
2014-07-20 14:43:44 +00:00
|
|
|
<section class="author">
|
2014-07-31 13:54:34 +00:00
|
|
|
<h4><a href="{{url}}">{{name}}</a></h4>
|
2014-08-05 19:44:31 +00:00
|
|
|
|
2014-07-31 13:54:34 +00:00
|
|
|
{{#if bio}}
|
|
|
|
<p>{{bio}}</p>
|
2014-07-22 11:31:58 +00:00
|
|
|
{{else}}
|
2014-07-31 13:54:34 +00:00
|
|
|
<p>Read <a href="{{url}}">more posts</a> by this author.</p>
|
2014-07-22 11:31:58 +00:00
|
|
|
{{/if}}
|
2014-07-21 17:52:45 +00:00
|
|
|
<div class="author-meta">
|
2014-08-04 09:49:41 +00: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 17:52:45 +00:00
|
|
|
</div>
|
2014-01-10 15:59:27 +00:00
|
|
|
</section>
|
2013-08-11 14:39:25 +00:00
|
|
|
|
2014-08-05 19:44:31 +00:00
|
|
|
{{/author}}
|
2014-07-31 13:54:34 +00:00
|
|
|
|
2014-07-20 14:43:44 +00: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 19:45:19 +00:00
|
|
|
|
2014-07-20 14:43:44 +00:00
|
|
|
</footer>
|
2013-08-11 14:39:25 +00:00
|
|
|
|
2013-09-02 11:14:15 +00:00
|
|
|
</article>
|
2014-01-15 09:58:34 +00:00
|
|
|
</main>
|
2014-09-25 14:35:06 +00:00
|
|
|
|
|
|
|
{{/post}}
|