14 lines
439 B
Handlebars
14 lines
439 B
Handlebars
{{!-- Used for de-emphasized text after post title --}}
|
|
|
|
{{#if tags}}
|
|
{{#foreach tags visibility="internal"}}
|
|
{{^if description}}
|
|
{{#if feature_image}}
|
|
<svg class="tag-post-icon" role="img" title="{{meta_title}}" alt="{{meta_title}}">
|
|
<use href="{{img_url feature_image}}#{{meta_description}}">
|
|
</svg>
|
|
{{/if}}
|
|
{{/if}}
|
|
{{/foreach}}
|
|
{{/if}}
|