Create a content template for blog post <li> items that use CSS grid

This commit is contained in:
Eryn Wells 2022-10-14 14:28:34 -07:00
parent d1fbd6e344
commit 2cd2b89be4

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>