mirror of
https://github.com/vale981/Vulcan
synced 2025-03-10 12:36:39 -04:00
10 lines
No EOL
358 B
HTML
10 lines
No EOL
358 B
HTML
<template name="postThumbnail">
|
|
{{#if thumbnailUrl}}
|
|
<a class="post-thumbnail-link {{playVideoClass}}" href="{{postLink}}" target="_blank">
|
|
<img class="post-thumbnail-image" src="{{thumbnailUrl}}" onerror="this.style.display='none';"/>
|
|
</a>
|
|
{{/if}}
|
|
{{#if media}}
|
|
{{> UI.dynamic template=videoTemplate data=this}}
|
|
{{/if}}
|
|
</template> |