mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-06-17 04:28:16 +08:00
11 lines
431 B
Text
Vendored
11 lines
431 B
Text
Vendored
<h3><a href="{{{link}}}" target="_blank" rel="noopener">{{title}}</a></h3>
|
|
|
|
{{#image}}
|
|
<div class="instagram-images">
|
|
{{#video_link}} <a href="{{{video_link}}}" target="_blank" rel="noopener"> {{/video_link}}
|
|
<img class="instagram-image" src="{{{image}}}"/>
|
|
{{#video_link}} <span class="instagram-video-icon"></span></a> {{/video_link}}
|
|
</div>
|
|
{{/image}}
|
|
|
|
<div class="instagram-description">{{description}}</div>
|