erynwells.me/layouts/blog/li_grid_with_date.html

8 lines
258 B
HTML
Raw Normal View History

<li>
2023-02-03 16:06:50 -08:00
<time class="nobreak" datetime="{{ .Date | time.Format "2006-01-02" }}">{{ .Date | time.Format "January 2" }}</time>
<div class="title">
<a href="{{ .Permalink }}">{{ .Title }}</a>
{{ partial "development/draft_tag.html" . }}
</div>
</li>