2020-02-20 14:38:25 -08:00
|
|
|
{{#extend "layout"}}
|
|
|
|
|
|
|
|
{{#content "meta"}}
|
2020-02-22 20:32:51 -08:00
|
|
|
<meta property="og:title" content="{{meta.title}}{{#if meta.subtitle}}, {{meta.subtitle}}{{/if}}">
|
|
|
|
<meta property="og:description" content="{{meta.description}}">
|
2020-02-23 18:37:08 -08:00
|
|
|
{{#if titlecard}}<meta property="og:image" content="https://{{page.domain}}{{rev titlecard}}">{{/if}}
|
2020-02-20 14:38:25 -08:00
|
|
|
<meta property="og:url" content="https://{{page.domain}}{{url}}">
|
2020-02-22 20:32:51 -08:00
|
|
|
<meta name="twitter:title" content="{{meta.title}}{{#if meta.subtitle}}, {{meta.subtitle}}{{/if}}">
|
|
|
|
<meta name="twitter:description" content="{{meta.description}}">
|
2020-02-20 14:38:25 -08:00
|
|
|
{{#if titlecard}}
|
|
|
|
<meta name="twitter:card" content="summary_large_image">
|
2020-02-23 18:37:08 -08:00
|
|
|
<meta name="twitter:image" content="https://{{page.domain}}{{rev titlecard}}">
|
2020-02-20 14:38:25 -08:00
|
|
|
{{/if}}
|
2020-02-23 20:13:20 -08:00
|
|
|
<link rel="canonical" href="{{#if canonical}}{{canonical}}{{else}}https://{{page.domain}}{{url}}{{/if}}">{{/content}}
|
2020-02-20 14:38:25 -08:00
|
|
|
|
|
|
|
{{#append 'post-header'}}
|
2020-02-29 18:29:13 -08:00
|
|
|
{{#if meta.preBody}}{{import meta.preBody}}{{/if}}
|
2020-02-20 14:38:25 -08:00
|
|
|
{{/append}}
|
|
|
|
|
|
|
|
{{#content "bodyClass"}}page{{/content}}
|
|
|
|
|
|
|
|
{{#content "body"}}
|
|
|
|
<article class="{{#each classes}}{{this}} {{/each}}markup">
|
2020-02-21 20:05:52 -08:00
|
|
|
<div class="post-content">{{{contents}}}</div>
|
2020-02-20 14:38:25 -08:00
|
|
|
</article>
|
|
|
|
{{/content}}
|
|
|
|
|
|
|
|
{{/extend}}
|