erynwells.me/layouts/blog/li_grid_with_date.html
2023-02-03 16:06:50 -08:00

7 lines
258 B
HTML

<li>
<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>