source: RedSur/app/assets/templates/opengraph_tpl.jst.hbs @ 0b9e14e

modelo_minuta
Last change on this file since 0b9e14e was 1b91e02, checked in by aosorio <aosorio@…>, 8 years ago

Version para desarrollo local

  • Property mode set to 100755
File size: 371 bytes
Line 
1{{#unless o_embed_cache}}
2  {{#if open_graph_cache}}
3    <div class="opengraph-container">
4      <a href="{{open_graph_cache.url}}" target="_blank">
5        <img src="{{open_graph_cache.image}}" />
6        <p class="og-title">{{open_graph_cache.title}}</p>
7      </a>
8      <p class="og-description">{{open_graph_cache.description}}</p>
9    </div>
10  {{/if}}
11{{/unless}}
12
Note: See TracBrowser for help on using the repository browser.