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

7 lines
201 B
HTML
Raw Normal View History

2023-06-26 14:35:12 -05:00
<h3>
<a style="flex-shrink: 1; margin-right: auto;" href="{{ .Permalink }}">
{{ print .Title " posted on " (dateFormat "Jan 2 2006" (cond .Date.IsZero .Lastmod .Date)) }}
2020-07-14 18:02:25 -05:00
</a>
2023-06-26 14:35:12 -05:00
</h3>
{{ .Summary }}