sandvich.xyz/layouts/partials/tool.html

9 lines
156 B
HTML
Raw Permalink Normal View History

2022-10-30 19:47:39 -07:00
<div class="post-item">
<h1>
<a href="{{ .RelPermalink }}">{{ .Title }}</a>
</h1>
<p>
{{ .Params.description }}
</p>
</div>