hearth/layouts/partials/item.html

7 lines
140 B
HTML
Raw Permalink Normal View History

2023-04-07 05:56:53 -04:00
<div >
<a href="{{.RelPermalink}}" class="item">
<h1>{{.Title}}</h1>
</a>
<i>{{.Params.description}}</i>
</div>