site.lyte.dev/layouts/tips/li.html
2023-06-26 14:35:12 -05:00

7 lines
201 B
HTML

<h3>
<a style="flex-shrink: 1; margin-right: auto;" href="{{ .Permalink }}">
{{ print .Title " posted on " (dateFormat "Jan 2 2006" (cond .Date.IsZero .Lastmod .Date)) }}
</a>
</h3>
{{ .Content }}