2013-05-11 06:16:11 -04:00
|
|
|
<!DOCTYPE html>
|
2021-03-04 01:48:58 -05:00
|
|
|
<html lang="{{@site.locale}}">
|
2013-05-11 06:16:11 -04:00
|
|
|
<head>
|
2017-05-15 16:03:47 -04:00
|
|
|
|
2021-03-02 21:48:32 -05:00
|
|
|
{{!-- Basic meta - advanced meta is output with {ghost_head} below --}}
|
|
|
|
<title>{{meta_title}}</title>
|
2013-12-28 05:41:19 -05:00
|
|
|
<meta charset="utf-8" />
|
2013-12-28 05:55:38 -05:00
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
2013-09-04 15:45:35 -04:00
|
|
|
<meta name="HandheldFriendly" content="True" />
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
2013-09-15 12:50:23 -04:00
|
|
|
|
2021-03-02 21:48:32 -05:00
|
|
|
{{!-- Theme assets - use the {asset} helper to reference styles & scripts,
|
|
|
|
this will take care of caching and cache-busting automatically --}}
|
2017-06-16 08:23:03 -04:00
|
|
|
<link rel="stylesheet" type="text/css" href="{{asset "built/screen.css"}}" />
|
2017-02-24 00:23:02 -05:00
|
|
|
|
2021-03-02 21:48:32 -05:00
|
|
|
{{!-- This tag outputs all your advanced SEO meta, structured data, and other important settings,
|
|
|
|
it should always be the last tag before the closing head tag --}}
|
2013-08-25 20:35:53 -04:00
|
|
|
{{ghost_head}}
|
|
|
|
|
2017-05-15 16:03:47 -04:00
|
|
|
</head>
|
|
|
|
<body class="{{body_class}}">
|
2021-03-03 20:22:45 -05:00
|
|
|
<div class="viewport">
|
|
|
|
|
2021-03-08 11:46:41 -05:00
|
|
|
<header id="gh-head" class="gh-head {{#if @site.cover_image}}has-cover{{/if}}">
|
2021-03-03 20:22:45 -05:00
|
|
|
<nav class="gh-head-inner inner gh-container">
|
|
|
|
|
|
|
|
<div class="gh-head-brand">
|
|
|
|
<a class="gh-head-logo" href="{{@site.url}}">
|
|
|
|
{{#if @site.logo}}
|
|
|
|
<img src="{{@site.logo}}" alt="{{@site.title}}" />
|
|
|
|
{{else}}
|
|
|
|
{{@site.title}}
|
|
|
|
{{/if}}
|
|
|
|
</a>
|
|
|
|
<a class="gh-burger" role="button">
|
|
|
|
<div class="gh-burger-box">
|
|
|
|
<div class="gh-burger-inner"></div>
|
|
|
|
</div>
|
|
|
|
</a>
|
|
|
|
</div>
|
|
|
|
<div class="gh-head-menu">
|
|
|
|
{{navigation}}
|
|
|
|
</div>
|
|
|
|
<div class="gh-head-actions">
|
|
|
|
<div class="gh-social">
|
2021-03-18 02:30:38 -04:00
|
|
|
{{#if @site.facebook}}
|
|
|
|
<a class="gh-social-facebook" href="{{facebook_url @site.facebook}}" title="Facebook" target="_blank" rel="noopener">{{> "icons/facebook"}}</a>
|
|
|
|
{{/if}}
|
2021-03-03 20:22:45 -05:00
|
|
|
{{#if @site.twitter}}
|
|
|
|
<a class="gh-social-twitter" href="{{twitter_url @site.twitter}}" title="Twitter" target="_blank" rel="noopener">{{> "icons/twitter"}}</a>
|
|
|
|
{{/if}}
|
|
|
|
</div>
|
|
|
|
|
|
|
|
{{#unless @member}}
|
2021-04-02 02:45:33 -04:00
|
|
|
<a class="gh-head-button" href="#/portal/signup">Subscribe</a>
|
2021-03-03 20:22:45 -05:00
|
|
|
{{else}}
|
|
|
|
<a class="gh-head-button" href="#/portal/account">Account</a>
|
|
|
|
{{/unless}}
|
|
|
|
</div>
|
|
|
|
</nav>
|
|
|
|
</header>
|
2015-02-27 09:48:15 -05:00
|
|
|
|
2021-03-03 20:22:45 -05:00
|
|
|
<main>
|
2021-03-02 21:48:32 -05:00
|
|
|
{{!-- All other templates get inserted here, index.hbs, post.hbs, etc --}}
|
2015-02-27 09:48:15 -05:00
|
|
|
{{{body}}}
|
2021-03-03 20:22:45 -05:00
|
|
|
</main>
|
2015-02-27 09:48:15 -05:00
|
|
|
|
2021-03-03 20:22:45 -05:00
|
|
|
{{!-- The global footer at the very bottom of the screen --}}
|
|
|
|
<footer class="site-footer outer">
|
2021-03-04 17:22:45 -05:00
|
|
|
<div class="inner">
|
2021-03-03 20:22:45 -05:00
|
|
|
<section class="copyright"><a href="{{@site.url}}">{{@site.title}}</a> © {{date format="YYYY"}}</section>
|
|
|
|
<nav class="site-footer-nav">
|
2021-03-04 17:22:45 -05:00
|
|
|
{{navigation type="secondary"}}
|
2021-03-03 20:22:45 -05:00
|
|
|
</nav>
|
2021-03-04 17:22:45 -05:00
|
|
|
<div><a href="https://ghost.org/" target="_blank" rel="noopener">Powered by Ghost</a></div>
|
2021-03-03 20:22:45 -05:00
|
|
|
</div>
|
|
|
|
</footer>
|
2015-02-27 09:48:15 -05:00
|
|
|
|
2021-03-03 20:22:45 -05:00
|
|
|
</div>
|
|
|
|
{{!-- /.viewport --}}
|
2013-08-28 15:07:18 -04:00
|
|
|
|
2019-10-21 01:43:34 -04:00
|
|
|
|
2021-03-02 21:48:32 -05:00
|
|
|
{{!-- Scripts - handle member signups, responsive videos, infinite scroll, floating headers, and galleries --}}
|
|
|
|
<script
|
|
|
|
src="https://code.jquery.com/jquery-3.5.1.min.js"
|
|
|
|
integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0="
|
|
|
|
crossorigin="anonymous">
|
|
|
|
</script>
|
|
|
|
<script src="{{asset "built/casper.js"}}"></script>
|
|
|
|
<script>
|
2021-03-03 20:22:45 -05:00
|
|
|
$(document).ready(function () {
|
|
|
|
// Mobile Menu Trigger
|
|
|
|
$('.gh-burger').click(function () {
|
|
|
|
$('body').toggleClass('gh-head-open');
|
2021-03-02 21:48:32 -05:00
|
|
|
});
|
2021-03-04 17:22:45 -05:00
|
|
|
// FitVids - Makes video embeds responsive
|
|
|
|
$(".gh-content").fitVids();
|
2021-03-03 20:22:45 -05:00
|
|
|
});
|
2021-03-02 21:48:32 -05:00
|
|
|
</script>
|
2017-05-15 16:03:47 -04:00
|
|
|
|
2021-03-02 21:48:32 -05:00
|
|
|
{{!-- Ghost outputs required functional scripts with this tag - it should always be the last thing before the closing body tag --}}
|
|
|
|
{{ghost_foot}}
|
2013-09-02 17:12:24 -04:00
|
|
|
|
2013-05-11 06:16:11 -04:00
|
|
|
</body>
|
2013-11-28 08:41:52 -05:00
|
|
|
</html>
|