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}}
|
||||
{{#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>
|
||||
<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}}
|
||||
|
|
|
|||
Loading…
Reference in a new issue