mirror of
https://github.com/TryGhost/Ruby.git
synced 2024-10-29 20:38:33 +02:00
17 lines
452 B
Handlebars
17 lines
452 B
Handlebars
<header class="post-header">
|
|
{{#unless hide_tag}}
|
|
{{#primary_tag}}
|
|
<a class="post-tag" href="{{url}}">{{name}}</a>
|
|
{{/primary_tag}}
|
|
{{/unless}}
|
|
<{{tag}} class="post-title">
|
|
{{#unless hide_link}}
|
|
<a class="post-title-link" href="{{url}}">{{title}}</a>
|
|
{{else}}
|
|
{{title}}
|
|
{{/unless}}
|
|
</{{tag}}>
|
|
{{#if show_date}}
|
|
{{> post-date}}
|
|
{{/if}}
|
|
</header> |