site.lyte.dev/layouts/blog/li.html

11 lines
256 B
HTML
Raw Normal View History

2024-06-12 17:08:53 -05:00
<p class="left-border">
2024-05-07 09:08:39 -05:00
<h3>
<a style="flex-shrink: 1; margin-right: auto;" href="{{ .Permalink }}">
{{ .Title }}
</a>
<br />
<small>Posted on {{ dateFormat "Jan 2 2006" (cond .Date.IsZero .Lastmod .Date) }}</small>
</h3>
{{ .Summary }}
2024-06-12 17:08:53 -05:00
</p>