shortcodes/link-preview.html

9 lines
254 B
HTML
Raw Normal View History

2023-07-14 08:17:13 -04:00
<section class="listing" {{if .Get 3}} style="background-image:url({{.Site.BaseURL}}{{.Get 3}}" {{end}}>
<div class="listing-text">
<a href="{{.Get 0}}" ><h2>{{.Get 1}}</h2><i>{{.Get 2}}</i></a>
<span></span>
2023-05-03 20:30:33 -04:00
</div>
2023-07-14 08:17:13 -04:00
</section>