Fix indentation
This commit is contained in:
parent
1dfde65556
commit
57d796be1d
1 changed files with 5 additions and 5 deletions
|
|
@ -1,11 +1,11 @@
|
||||||
{{#unless o_embed_cache}}
|
{{#unless o_embed_cache}}
|
||||||
{{#if open_graph_cache}}
|
{{#if open_graph_cache}}
|
||||||
<div class="opengraph-container">
|
<div class="opengraph-container">
|
||||||
<a href="{{open_graph_cache.url}}" target="_blank">
|
<a href="{{open_graph_cache.url}}" target="_blank">
|
||||||
<img src="{{open_graph_cache.image}}" />
|
<img src="{{open_graph_cache.image}}" />
|
||||||
<p class="og-title">{{open_graph_cache.title}}</p>
|
<p class="og-title">{{open_graph_cache.title}}</p>
|
||||||
</a>
|
</a>
|
||||||
<p class="og-description">{{open_graph_cache.description}}</p>
|
<p class="og-description">{{open_graph_cache.description}}</p>
|
||||||
</div>
|
</div>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
{{/unless}}
|
{{/unless}}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue