freedom/layouts/partials/item.html

9 lines
285 B
HTML
Raw Normal View History

2023-11-26 01:53:04 -05:00
<section class="listing" {{if .Params.image}} style="background-image:url({{.Site.BaseURL}}{{.Params.image}}" {{end}}>
<div class="listing-text">
<a href="{{.Permalink}}" ><h2>{{.Title}}</h2><i>{{.Params.description}}</i></a>
<span></span>
</div>
</section>