freedom/layouts/partials/item.html

9 lines
285 B
HTML
Raw Normal View History

2023-01-04 16:59:09 -05:00
<section class="listing" {{if .Params.image}} style="background-image:url({{.Site.BaseURL}}{{.Params.image}}" {{end}}>
2022-09-21 15:54:30 -04:00
<div class="listing-text">
2023-02-19 21:39:29 -05:00
<a href="{{.Permalink}}" ><h2>{{.Title}}</h2><i>{{.Params.description}}</i></a>
2023-01-04 16:59:09 -05:00
<span></span>
2022-09-15 17:12:24 -04:00
</div>
</section>