Move the li_grid_with_date template to blog/

This commit is contained in:
Eryn Wells 2022-10-21 11:07:05 -07:00
parent 84c7c714ed
commit 23fc76b1f5

View file

@ -0,0 +1,8 @@
<li>
<time class="nobreak" datetime="{{ .Date | time.Format "2006-01-02" }}">{{ .Date | time.Format "January" }}</time>
<time class="nobreak" datetime="{{ .Date | time.Format "2006-01-02" }}">{{ .Date | time.Format "2" }}</time>
<div class="title">
<a href="{{ .Permalink }}">{{ .Title }}</a>
{{ partial "development/draft_tag.html" . }}
</div>
</li>