2022-10-14 14:28:34 -07:00
|
|
|
<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>
|
2022-10-30 11:30:30 -07:00
|
|
|
<a href="{{ .Permalink }}">{{ .Title }}</a>
|
2023-01-30 12:38:25 -08:00
|
|
|
<div class="category">
|
|
|
|
{{ with index (.GetTerms "categories") 0 }}
|
|
|
|
<a href="{{ .RelPermalink }}">{{ .LinkTitle }}</a>
|
|
|
|
{{ end }}
|
|
|
|
</div>
|
2022-10-30 11:30:30 -07:00
|
|
|
{{ partial "development/draft_tag.html" . }}
|
2022-10-14 14:28:34 -07:00
|
|
|
</li>
|