2019-04-29 19:46:11 +03:00
|
|
|
<header class="post-header">
|
2019-05-01 09:19:36 +03:00
|
|
|
{{#primary_tag}}
|
|
|
|
<a class="post-tag" href="{{url}}">{{name}}</a>
|
|
|
|
{{/primary_tag}}
|
2019-04-29 19:46:11 +03:00
|
|
|
{{#if single}}
|
|
|
|
<h1 class="post-title">{{title}}</h1>
|
|
|
|
{{else}}
|
|
|
|
<h2 class="post-title">
|
|
|
|
<a class="post-title-link" href="{{url}}">{{title}}</a>
|
|
|
|
</h2>
|
|
|
|
{{/if}}
|
|
|
|
{{!-- {{^is "page"}}
|
|
|
|
{{#unless hide_meta}}
|
|
|
|
<div class="post-meta">
|
|
|
|
<span class="post-meta-item post-meta-date">
|
|
|
|
<time datetime="{{date format="YYYY-MM-DD"}}">
|
|
|
|
{{#unless number_date}}
|
|
|
|
{{date published_at timeago="true"}}
|
|
|
|
{{else}}
|
|
|
|
{{date published_at}}
|
|
|
|
{{/unless}}
|
|
|
|
</time>
|
|
|
|
</span>
|
|
|
|
<span class="post-meta-item post-meta-length">
|
|
|
|
{{reading_time}}
|
|
|
|
</span>
|
|
|
|
{{#if tags}}
|
|
|
|
<span class="post-meta-item post-meta-tags">
|
|
|
|
{{#foreach tags}}<a class="post-tag post-tag-{{slug}}" href="{{url}}" title="{{name}}">{{name}}</a>{{/foreach}}
|
|
|
|
</span>
|
|
|
|
{{/if}}
|
|
|
|
</div>
|
|
|
|
{{/unless}}
|
|
|
|
{{/is}} --}}
|
|
|
|
</header>
|