12 lines
371 B
Handlebars
12 lines
371 B
Handlebars
{{#unless o_embed_cache}}
|
|
{{#if open_graph_cache}}
|
|
<div class="opengraph-container">
|
|
<a href="{{open_graph_cache.url}}" target="_blank">
|
|
<img src="{{open_graph_cache.image}}" />
|
|
<p class="og-title">{{open_graph_cache.title}}</p>
|
|
</a>
|
|
<p class="og-description">{{open_graph_cache.description}}</p>
|
|
</div>
|
|
{{/if}}
|
|
{{/unless}}
|
|
|